@charset "utf-8";
/* CSS Document */

a.pagination {
width:25px;
height:25px;
display:block;
text-decoration:none;
color:#FFF;
}

a:hover.pagination {
text-decoration:none;
background:url(images/page-hover.png) no-repeat;
font-size:12px;
font-weight:bold;
}

a.pagination_2 {
width:40px;
height:25px;
display:block;
}

a:hover.pagination_2 {
text-decoration:none;
background:url(images/suivant-hover.png) no-repeat;
}

a.pagination_3 {
width:40px;
height:25px;
display:block;
}

a:hover.pagination_3 {
text-decoration:none;
background:url(images/precedent-hover.png) no-repeat;
}

.precedent {
float:left;
background:url(images/precedent.png) no-repeat; 
width:40px; 
height:25px; 
margin-right:5px;
}

.img_page {
float:left;
background:url(images/page.png) no-repeat; 
width:25px; height:25px;
}

.contenu_page {
line-height:22px; 
text-align:center;
}

.img_page_actuel {
float:left;
background:url(images/page-hover.png) no-repeat; 
width:25px; 
height:25px;
}

.contenu_page_actuel {
line-height:22px; 
text-align:center; 
font-size:12px; 
font-weight:bold;
}

.suivant {
float:left;
background:url(images/suivant.png) no-repeat; 
width:40px; 
height:25px; 
margin-left:5px;
}
