/* CSS Document */

#DivArbre {
	padding-top:15px;
}
#DivArbre a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold
}


.ArbreVert {
	border:1px solid #000000;
	background-color:#2BDE26;
	color:#000000;
	padding:4px;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	/*float:right;*/
}

.ArbreViolet {
	border:1px solid #000000;
	background-color:#C50753;
	color:#000000;
	padding:4px;
	margin-bottom:10px;
	margin-top:10px;
	/*float:right;*/
}

.ArbreJaune {
	border:1px solid #000000;
	background-color:#FFFF00;
	color:#000000;
	padding:4px;
	margin-bottom:10px;
	margin-top:10px;
}

.cleaner {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}


.fond_orange {
	background-color: #ef8916;
}
.fond_rouge {
	background-color: #93141f;
}
.fond_gris {
	background-color: #d1d1d3;
}
.cellule_vide {
	font-size:1px;
}



