div#pagination {
	height: 20px;
	background-image: url(images/fond_haut_pagination.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: Trebuchet MS;
	font-size: 1.2em;
}

div#pagination div#pagination_gauche {
	float: left;
}
div#pagination div#pagination_centre {
	width: 80px;
	margin-left: 100px;
	float: left;
}
div#pagination div#pagination_droite {
	float: right;
}

div#pagination a {
	color: #000;
	text-decoration: none;
}

div#pagination div#precedent {
	width: 110px;
	height: 20px;
	margin-right: 8px;
	background-image: url(images/fond_precedent_inactif.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #000;
	cursor: default;
	float: left;
	font-size: 0.8em;
}
div#pagination a#precedent {
	display: block;
	width: 110px;
	height: 20px;
	margin-right: 8px;
	background-image: url(images/fond_precedent.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #fff;
	float: left;
}
div#pagination a:hover#precedent {
	background-position: 0 -20px;
}

div#pagination div.current {
	width: 24px;
	height: 20px;
	background-image: url(images/fond_numero_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	margin-right: 1px;
	color: #fff;
	cursor: default;
	float: left;
	letter-spacing: -2px;
}

div#pagination a.numero {
	display: block;
	width: 24px;
	height: 20px;
	background-image: url(images/fond_numero.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	line-height: 20px;
	margin-right: 1px;
	float: left;
}
div#pagination a.numero:hover {
	background-position: 0 -20px;
	color: #fff;
}

div#pagination div#suivant {
	width: 110px;
	height: 20px;
	margin-left: 8px;
	background-image: url(images/fond_suivant_inactif.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	cursor: default;
	color: #000;
	float: left;
	font-size: 0.8em;
}
div#pagination a#suivant {
	display: block;
	width: 110px;
	height: 20px;
	margin-left: 8px;
	background-image: url(images/fond_suivant.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #fff;
	float: left;
}
div#pagination a:hover#suivant {
	background-position: 0 -20px;
}

/**************************************************/

div.reset {
	clear: both;
	height: 0;
	overflow: hidden;
}

div#choix_pros {
	height: 20px;
	background-image: url(images/fond_haut_pros.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Trebuchet MS;
	font-size: 1.2em;
	margin-bottom: 20px;
}

div#choix_pros p#texte_pros {
	font-weight: bold;
	float: left;
	margin-left: 30px;
}

div#choix_pros a#bouton_pros {
	display: block;
	width: 65px;
	height: 20px;
	margin-left: 8px;
	background-image: url(images/bouton_pros.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #fff;
	float: left;
}
/*div#choix_pros a:hover#bouton_pros {
	background-position: 0 -20px;
}*/

div#choix_pros p#texte_pages {
	font-weight: bold;
	float: right;
	margin-right: 8px;
}

div#choix_pros div#boutons_pages {
	float: right;
	margin-right: 30px;
}
div#choix_pros div#boutons_pages div {
	width: 24px;
	height: 20px;
	margin-right: 1px;
	background-image: url(images/fond_num_page_selected.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	float: left;
}
div#choix_pros div#boutons_pages a {
	display: block;
	width: 24px;
	height: 20px;
	margin-right: 1px;
	background-image: url(images/fond_num_page.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #000;
	float: left;
}
div#choix_pros div#boutons_pages a:hover {
	background-position: 0 -20px;
	color: #fff;
}


