.arbre h1,.arbre #message_deplace{
	float: left;
}
.arbre .pmoins {
	background-image: url(../images/icones/pmoins.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.arbre .pplus {
	background-image: url(../images/icones/pplus.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.arbre .pvide {
	padding-left: 15px;
}

#message_arbre {
	margin-top: 7px;
	margin-left: 20px;
	color: #FF7E00;	
	white-space: nowrap;
}
#message_arbre #annule_deplace, #message_arbre #annule_tri {
	color: #3299CC;
}
#message_arbre #annule_deplace:hover, #message_arbre #annule_tri:hover {
	color: #666666;
	cursor: pointer;
	text-decoration: underline;
}

#message_modif_arbre, #annule_edit {
	margin-right: 5px;
	color :#3299CC;
	cursor: pointer;
	white-space: nowrap;
}
#message_modif_arbre:hover, #annule_edit:hover {
	color: #666666;
	text-decoration: underline;
}
.arbre ul {
	clear:both;
	margin-bottom: 0px;
}
.arbre li {
	list-style-type: none;
	white-space: nowrap;
	_border: 1px solid #F5F5F5;
}
.arbre img {
}
.arbre .branche_nom{
	color :#3299CC;
	cursor: pointer;
}
.arbre .branche_nom:hover{
	color: #666666;
	text-decoration: underline;
}
.arbre .tri{
	cursor: pointer;
}
.arbre .deplace{
	cursor: pointer;
}
.arbre .emplacement {
	background-color: green;
	height: 20px;
}
.arbre .bouge {
	background-color: white;
	border: 1px solid black;
}
.arbre .recopie {
	background-color: #82B3CC;
	border: 1px solid black;
}
.arbre .ul_modif {
	border-left: 1px dashed #3299CC;
	margin-left: 20px;
	_padding-left: 4px;
}