/* ----- boutons de pagination -----*/
a.page_suivante {
	font-family: Trebuchet Bold;
	font-size: 12px;
	text-decoration: none;
	background: transparent url(../images/puce_page.png) no-repeat center;
	padding: 8px;
	margin-left:-4px;
	color: white;
}

a.page_suivante_click {
	font-family: Trebuchet Bold;
	font-size: 12px;
	text-decoration: none;
	background: transparent url(../images/puce_page_survol.png) no-repeat center;
	padding: 8px;
	color: black;
	margin-left:-4px;
}

a.page_suivante:hover {
	background: transparent url(../images/puce_page_survol.png) no-repeat center;
	color:red;
}

a.group_avant{
	background: transparent url(../images/precedent.gif) no-repeat center;
	padding:10px;	
}

a.group_apres{
	background: transparent url(../images/suivant.gif) no-repeat center;
	padding:10px;	
}

#presentation{
	display:none;
}
