.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	background: url(../images/pag.png) no-repeat;
	color: #063;
	width:29px; height:28px;
}

.pagination a, .pagination span {
    display: block;
    float: left;
	padding-top:5px;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}
.pagination span.current {
    text-decoration: none;
	background:url(../images/pagactif.png) no-repeat;
	color: #FFF;
	width:29px; height:28px;
}
.pagination .prev{
	color:#fff;
	background: url(../images/precedent11.png) no-repeat;
	width:28px; height:28px;
}

.pagination .current.prev{
	color:#fff;
	background:url(../images/precedent11.png) no-repeat;
	width:28px; height:28px;
}

.pagination .next{
	color:#fff;
	background: url(../images/suivant11.png) no-repeat;
	width:28px; height:28px;
}
.pagination .current.next{
	color:#fff;
	background:url(../images/suivant11.png) no-repeat;
	width:28px; height:28px;
}
