.pagination {
            font-size: 80%;
			font-family:myriadpro, Geneva, sans-serif; 
			text-decoration:none;
			width:580px;
			margin: 0 auto;
			margin-left:0px;
        }
        
.pagination a {
    text-decoration: none;
	/*background:url(../images/pag_inactif.png) no-repeat;*/
	color: #000;
	width:26px;
	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;
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.pagination span.current {
    text-decoration: none;
	/*background:url(../images/pag_actif.png) no-repeat;*/
	color: #600;
	width:28px; height:28px; border:none;
}
.pagination .prev{
	color:#000;
	/*background:url(../images/precedent_actif.png) no-repeat;*/
	width:90px; height:28px;
	padding-top:6px;
	
}

.pagination .current.prev{
	color:#600; 
	/*background:url(../images/precedent.png) no-repeat;*/
	width:90px; height:28px;
	padding-top:6px;
	display:block;
	
}

.pagination .next_link,.pagination .last_link,.pagination .previous_link,.pagination .first_link{
	width:50px; 
}

