.domaine{
	color:#FF5500;
}
.surfam{
	color:#FF00FF;
}
.famille{
	color:#0055FF;
}
.sousfam{
	color:#009900;
}
.error{
	color:#FF0000;
}
.raccourci{
	color:#550099;
}
.selected{
	font-weight:bold;
	background:#EEEEEE;
	border-radius:10px;
}
.selectable:hover{
	font-style:italic;
	cursor:pointer;
}
#treeview tr.ligne:hover{
	background:#F0F0F0;
}
#legende table td{
	padding:10px;
}
.click{
	cursor:pointer;
}
.hidden{
	display:none;
}
.show{
	display:block;
	float:left;
	position:absolute;
	background:white;
	border:2px solid black;
	border-radius:10px;
	box-shadow: 10px 10px 5px #888888;
	padding:10px;
}
input[type=text]{
	width:220px;
}
textarea{
	width:220px;
	resize:none;
	height:100px;
}
#fiche table td{
	vertical-align:top;
	padding:5px;
}
#liste table{
	margin:5px;
	border-collapse:collapse;
}
table.treeview{
	background:#FFFFFF;
	border-collapse:collapse;
}
table.deplacement{
	background:#CCCCCC;
}
table.treeview td.action{
	width:20px;
}
table.treeview table td.action{
	width:20px;
}
table.treeview table{
	border-collapse:collapse;
	width:100%;
	margin:0;
}
td.treeimage{ 
	width:20px;
	text-align:center;
	vertical-align:middle;
}
table.pdetach TR{
	border-bottom:2px solid gray;
}
table.pdetach span.ref_frs{
	font-size:10px;
}
table.pdetach{
	padding:0;
	margin:0;
	width:430px;
}
a.classiclink{
	text-decoration:none;
	color:#000000;
}
a.classiclink:hover{
	color:#F6450A;
}
