/**********************************************************************/
/**************************** arbre 16 slots ***************************/
/**********************************************************************/

#arbre{
	position:relative;
	width:1000px;
	height:1180px; /* taille d'un arbre 8slots */
}
/* style d'une case */

#arbre .duel p {
	border:1px #000000 solid; 
	width:140px;
	padding:5px;
	height:10px;
	margin:0;
	overflow:hidden;
}
#arbre .duel p:first-child{ /* ne pas toucher */
	margin:0;
}

#arbre p img{
	float:left;
	margin-right:4px;
}

/* branches de l'arbre : leur style */

#arbre .branche{
	border-width:1px;
	border-left:0px;
}

/* position des branches de l'arbre */

#arbre .branche_huitieme{
	width:120px;
	height:73px;
	left:50px;
}
#arbre .branche_16{
	top:12px;
}
#arbre .branche_15{
	top:162px;
}
#arbre .branche_14{
	top:312px;
}
#arbre .branche_13{
	top:462px;
}
#arbre .branche_12{
	top:612px;
}
#arbre .branche_11{
	top:762px;
}
#arbre .branche_10{
	top:912px;
}
#arbre .branche_9{
	top:1062px;
}

/* quart */

#arbre .branche_quart{
	width:200px;
	height:152px;
	left:170px;
}
#arbre .branche_8{
	top:52px;
}
#arbre .branche_7{
	top:352px;
}
#arbre .branche_6{
	top:652px;
}
#arbre .branche_5{
	top:952px;
}

/* demi */

#arbre .branche_demi{
	width:200px;
	left:370px;
	height:302px;
}
#arbre .branche_4{
	top:126px;
}
#arbre .branche_3{
	top:732px;
}
/* finale */

#arbre .branche_finale{
	width:200px;
	left:570px;
	height:602px;
	top:272px;
}
/* winner */
#arbre .branche_winner{
	top:512px;
	left:770px;
	width:90px;
	border-bottom:0;
	border-right:0;
}

/* position des cases */

#arbre div{
	position:absolute;
}
#arbre .duel{
	z-index:1000;
}

/* quart de finale */
#arbre .duel_16{
	top:0;
}
#arbre .duel_15{
	top:150px;
}
#arbre .duel_14{
	top:300px;
}
#arbre .duel_13{
	top:450px;
}
#arbre .duel_12{
	top:600px;
}
#arbre .duel_11{
	top:750px;
}
#arbre .duel_10{
	top:900px;
}
#arbre .duel_9{
	top:1050px;
}
#arbre .duel_huitieme{
	left:0;
}
#arbre .duel_huitieme p{ /* p = ecartement entre les 2 teams en duel */
	margin-top:50px;
}



/* quart finales */

#arbre .duel_8{
	top:42px;
}
#arbre .duel_7{
	top:342px;
}
#arbre .duel_6{
	top:642px;
}
#arbre .duel_5{
	top:942px;
}

#arbre .duel_quart{
	left:200px;
}
#arbre .duel_quart p{ /* p = ecartement entre les 2 teams en duel */
	margin-top:130px;
}

/* demi finale */

#arbre .duel_4{
	top:115px;
}
#arbre .duel_3{
	top:720px;
}

#arbre .duel_demi{
	left:400px;
}
#arbre .duel_demi p{
	margin-top:282px;
}

/* finale */

#arbre .duel_2{
	top:260px;
}
#arbre .duel_finale{
	left:600px;
}
#arbre .duel_finale p{
	margin-top:580px;
}


/* winner */
#arbre .duel_winner{
	top:500px;
	left:800px;
}
/* maps */

#maps{
	position:relative;
	height:120px;
	width:1000px;
}
#maps div{
	position:absolute;
	top:0;
}
.map_1{
	left:5px;
}
.map_2{
	left:207px;
}
.map_3{
	left:405px;
}
.map_4{
	left:608px;
}
.winner{
	left:813px;
}
