
	div.pagination
	{
		border-top : 1px solid #eeeeee;
		color : #eeeeee;
		width : 100%;
		padding-top : 5px;
		margin-top : 20px;
	}
	
	div.pagination a
	{
		color : #fea000;
		text-decoration : none;
		font-weight : bold;
		/*border : 1px solid #eeeeee;*/
	}
	
	div.pagination a.actuel
	{
		background-color : #fea000;
		color : #ffffff;
		padding-left : 3px;
		padding-right : 3px;
	}
	
	div.pagination a:hover
	{
		text-decoration : underline;
	}