/* voter bas */

#voterBas1 a {
	color: #ffffff;
	background-image: url(../img/img-duel/btn-vote.png);
	width: 300px;
	height: 20px;
	display: block;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	position: absolute;
	top: -21px;
	left: 0px;
	font-weight: bold;
}

#voterBas2 a {
	color: #ffffff;
	background-image: url(../img/img-duel/btn-vote.png);
	width: 300px;
	height: 20px;
	display: block;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	position: absolute;
	top: -21px;
	right: 30px;
	font-weight: bold;
}

/* DUEL LOGIN */

#duelLogin {
	background-image: url(../img/img-duel/fond-login.png);
	width: 634px;
	height: 201px;
	position: relative;
}

#duelLoginInscription {
	position: absolute;
	left: 375px;
	top: 145px;
}

.duelChampLogin {
	position: absolute;
	left: 33px;
	top: 67px;
	width: 200px;
	border: 0;
	background: none;
}

.duelChampPassword {
	position: absolute;
	left: 33px;
	top: 113px;
	width: 200px;
	border: 0;
	background: none;
}

.duelLostPassword {
	color: #ffffff;
	position: absolute;
	left: 42px;
	top: 140px;
}

.duelChampConnect {
	position: absolute;
	left: 85px;
	top: 160px;
}

/* DUEL */

.duelTitre {
	background-image: url(../img/img-duel/bg-haut.jpg);
	width: 637px;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 15px;
}

.duelContent {
	background-image: url(../img/img-duel/bg-fond.jpg);
	width: 652px;
}

.duelCadre {
	position: relative;
	height: 206px;
}

.duelGauche {
	background-image: url(../img/img-duel/bg-logo.jpg);
	width: 297px;
	height: 206px;
	position: absolute;
	left: 20px;
	top: 5px;
}

.duelDroit {
	background-image: url(../img/img-duel/bg-logo.jpg);
	width: 297px;
	height: 206px;
	position: absolute;
	right: 20px;
	top: 5px;
}

.duelVs {
	position: absolute;
	top: 40px;
	left: 282px;
}

.duelBas {
	background-image: url(../img/img-duel/bg-bas.jpg);
	height: 14px;
	width: 652px;
}

a.duelBtn {
	background-image: url(../img/img-duel/btn-gch.png);
	display: inline-block;
	height: 36px;
	padding-top: 20px;
	padding-left: 50px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}

a.duelBtn img {
	position: absolute;
	right: -17px;
	top: 0;
}

/* duel cadre bas */

.duelCadreBas {
	background-image: url(../img/img-duel/cadre-bas.jpg);
	width: 618px;
	height: 78px;
	margin: 0 auto;
	position: relative;
}

.duelCadreBasPart1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 280px;
}

.duelCadreBasPart1 p {
	text-align: left;
	margin: 0;
	padding: 0;
}

.duelCadreBasPart1 p a {
	color: #1C71C2;
}

.duelCadreBasPart2 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 280px;
}

.duelCadreBasPart2 p {
	text-align: right;
	margin: 0;
	padding: 0;
}

.duelCadreBasPart2 p a {
	color: #1C71C2;
}

/* DUEL LOGOS */

.duelGaucheLogo {
	width: 297px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 35px;
}

.duelDroitLogo {
	width: 297px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 35px;
}

/* stats gauche */

.duelGauchePourcent {
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: 5px;
}

.duelStatGauche {
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.duelStatGaucheDebut {
	background-image: url(../img/img-duel/orange-bout.jpg);
	width: 2px;
	height: 16px;
	float: left;
}

.duelStatGaucheContent {
	background-image: url(../img/img-duel/orange-bg.jpg);
	height: 16px;
	float: left;
}

.duelStatGaucheFin {
	background-image: url(../img/img-duel/orange-debut.png);
	width: 10px;
	height: 16px;
	float: left;
}

/* stats droit */

.duelDroitPourcent {
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.duelStatDroit {
	position: absolute;
	bottom: 3px;
	left: 3px;
}

.duelStatDroitDebut {
	background-image: url(../img/img-duel/bleu-bout.jpg);
	width: 2px;
	height: 16px;
	float: left;
}

.duelStatDroitContent {
	background-image: url(../img/img-duel/bleu-bg.jpg);
	height: 16px;
	float: left;
}

.duelStatDroitFin {
	background-image: url(../img/img-duel/bleu-debut.png);
	width: 10px;
	height: 16px;
	float: left;
}
