#midNav {
	background-color: #0035ad;
	height: 30px;
	width: 760px;
	margin-bottom: 3px;
	float: left;
	margin-top: 3px;
}
#midNav1 {
	float: left;
	height: 30px;
	width: 150px;
	margin-right: 20px;
	background-position: left;
	text-align: left;
	margin-left: 10px;
}
#midNav2 {

	float: left;
	height: 30px;
	width: 260px;
	margin-right: 20px;
	background-position: left;
	text-align: left;
}
#midNav3 {
	float: left;
	height: 30px;
	width: 120px;
	margin-right: 20px;
	background-position: left;
	text-align: left;
}
#suivante a {
	background-image: url(suivante1.gif);
	background-repeat: no-repeat;
	float: right;
	height: 16px;
	width: 80px;
	margin-right: 40px;
}
#suivante a:hover {
	background-image: url(suivante2.gif);
	background-repeat: no-repeat;
	float: right;
	height: 16px;
	width: 80px;
	margin-right: 40px;
}
#precedente a {
	background-image: url(precedente1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 92px;
	margin-left: 40px;
}
#precedente a:hover {
	background-image: url(precedente2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 92px;
	margin-left: 40px;
}

