/* ================================ */

  /* ================ */
 /* Style des Arbres */
/* ================ */

td#img_map
{
	border-top: 1px dashed #0078FC;
	border-left: 1px dashed #0078FC;
	border-right: 1px dashed #0078FC;
	width: 160px;
}

#name_map
{
	text-align: center;
	height: 19px;
	border-bottom: 1px dashed #0078FC;
	border-left: 1px dashed #0078FC;
	border-right: 1px dashed #0078FC;
	background-color: #FFF;
}

td#phases
{
	text-align: center;
	font-weight: bold;
	background: #0078FC;
	color:#FFF;
	text-align:center;
	border:1px dashed #FFF;
	width: 160px;
	height: 19px;
}

td#phases_winner
{
	 color:#FF5161;
	 text-align: center; 
	 font-weight:bold;
	 width: 160px;
	 background: #0078FC;
	 text-align:center;
	 border:1px dashed #FFF;
	
}

td#case
{
	border: 1px solid #0078FC;
	text-align: center;
	background-color: #FFF;
	color: #868686;
	font-weight: bold;
	font-size:12px;
}

td#case_winner
{
	font-weight: bold;
	border: 1px solid #FF0000;
	text-align: center;
	background-color: #FFF;
	font-size:12px;
	color: #868686;
	font-weight: bold;
}


  /* ================================== */ 
 /* Tableau "Old-TN" + Tableau "Teams" */
/* ================================== */

#tableC {
text-align:center;
margin-left:auto;
margin-right:auto;
}

td.serv0 {
text-align:center;
width:30px;
background:red;
color:#FFF;
}

td.serv1 {
text-align:center;
width:30px;
background:green;
color:#FFF;
}

.tableTeam .ligne1 td {
	border-top: 1px solid #000000;
}
.tableTeam .ligne2 td {
	border-top: 1px solid #000000;
}

.tableTeam .ligne1 tr:hover {
}
.tableTeam .ligne2 tr:hover {
}

.tableTeam {
border: 1px dashed #000000;
width: 90%;
font-size:13px;
}

.tableTeam thead {
	background: #333333;
	color: #FFF;
	font-weight: bold;
}
.tableTeam a {
	color: #333333;
	background-color: inherit;
	text-decoration: underline;
}
.tableTeam tr {
	background-color: inherit;
	height: 25px;
	font-weight: bold;
}
.tableTeam td {
	padding: 0px 10px;
}

.tableTeam .slot8 {
	color: #666666;
	background-color: inherit;
}
.tableTeam .slot16 {
	color: #000000;
	background-color: inherit;
} 
 