/* CSS Document */

div.page_navigation {
	text-align: center;
}
div.page_navigation a,
div.page_navigation strong {
	display: inline-block;
	width: 18px;
	margin: 0 6px 0 6px;
	height: 18px;
	font-size: 0.9em;
	color: #b1cb64;
	text-align: center;
}

div.page_navigation a.page_link,
div.page_navigation strong.page_link {
	cursor: pointer;
	color: #b1cb64;
	text-align: center;
	font-weight: bold;
}
div.page_navigation a.active_page,
div.page_navigation strong.active_page {
	cursor: default;
	color: #fff;
	background: #b1cb64;
}
div.page_navigation a.previous_link,
div.page_navigation a.next_link  {
	color: #fff;
}
div.page_navigation a.previous_link img,
div.page_navigation a.next_link img,
div.page_navigation a.first_link img,
div.page_navigation a.last_link img  {
	display: none;
}
/*div.page_navigation a.first_link {
	background: url(../img/flecheDebut.gif) no-repeat center center;
	display: none;
}
div.page_navigation a.last_link {
	background: url(../img/flecheFin.gif) no-repeat center center;
}
div.page_navigation a.previous_link {
	background: url(../img/fleche-retour.gif) no-repeat center center;
}
div.page_navigation a.next_link {
	background: url(../img/fleche-suite.gif) no-repeat center center;
}*/
