

#produits {
	position: relative;
}

#produits .nav {
	padding: 0 1%;
	position: absolute;
	top: 60px;
	width: 98%;
	z-index: 1;
}

#produits .nav a {
	display: block;
	font-size: 0.8em;
	width: 120px;
}

#produits .nav a.prev {
	background: url(../images/previous.png) no-repeat left 0.2em;
	float: left;
	padding-left: 20px;
	width: 120px;
}

#produits .nav a.next {
	background: url(../images/next.png) no-repeat right 0.2em;
	float: right;
	padding-right: 20px;
	text-align: right;
	width: 120px;
}

#produits a.th {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 204px;
	z-index: 2;
}

#produits table {
	margin: 2em auto;
	width: 90%;
}

#produits table td {
	border: 1px solid #cc0;
	padding: 5px;
}

