/* DERNIERS DUELS */

#derniersDuelsOnglets {
	text-align: center;
	width: 298px;
	height: 27px;
	margin: 0 auto;
}

#derniersDuelsContent {
	background-image: url(../img/img-derniers-duels/liste-duels.jpg);
	width: 298px;
	height: 165px;
	margin: 0 auto;
	position: relative;
}

.derniersDuelsBtn {
	position: absolute;
	bottom: 5px;
	left: 75px;
}

.derniersDuelsList {
	position: absolute;
	top: 17px;
	left: 0px;
	width: 298px;
}

.derniersDuelsList ul {
	margin: 0;
	padding: 0;
}

.derniersDuelsList ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	height: 20px;
}

.derniersDuelsList ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
