.linkgauche, .linkgauche span {
	background: transparent url(images/boutongauche.png) no-repeat 0 0;
}

.linkdroit, .linkdroit span {
	background: transparent url(images/boutondroit.png) no-repeat 0 0;
}

.linkdroit, .linkdroit span, .linkgauche, .linkgauche span {
	clear: both;
	float: left;
	display: inline;
	height: 24px;
}

.linkdroit, .linkgauche {
	margin: 0 20px 4px 20px;}

.linkdroit span {
	right: -12px;
	padding-right: 28px;
}

.linkgauche span {
	right: -24px;
	padding-right: 12px;
	padding-left: 4px;
}

.linkdroit span, .linkgauche span {
	background-position: 100% 0;
	position: relative;
	white-space: nowrap;
}

.linkdroit:hover, .linkgauche:hover {
	background-position: 0 -24px;
}

.linkdroit:hover span, .linkgauche:hover span {
 	background-position: 100% -24px;
}

a:link.linkdroit, a:visited.linkdroit, a:hover.linkdroit, a:link.linkgauche, a:visited.linkgauche, a:hover.linkgauche {
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 23px;
}