/*BOUTON */



a.bt_action, a.bt_action2, a.bt_action3, a.bt_actionViewer {
	color:#f7941d;
	text-decoration:none;
	margin-right:3px;
	padding-right:5px;
	padding-left:5px;
	display:block;
	float:right;
	width:10px;
	background-color:white;
	border:1px solid #f7941d;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

a.bt_action:hover, a.bt_action2:hover, a.bt_actionViewer:hover {
	color:#004e96;
	text-decoration:none;
	border:1px solid #004e96;
}

a.bt_action2, a.bt_action3, a.bt_actionViewer {
	float:none;
	width:175px;
	text-transform:none;
	font-weight:normal;
	margin-top:2px;
	margin-left:5px;
	padding:5px;
	border:1px dotted #f7941d;
	display:inline-block;
	font-size:11px;
	/*position:absolute;*/
}

a.bt_action3 {
	width:350px;	
}



.bt_menu_contextuel {
	color:#004e96;
	font-style:italic;
	text-decoration:underline;
	white-space:nowrap;
}


.bt_menu_contextuel:hover {
	color:black;
	cursor:pointer;
}


.decalArbo {
	display:inline-block;
	width:20px;
	height:2px;
	border-top:1px dotted #AAA;	
/*	background-color:#eee;*/
	margin-right:5px;
	
}


.bt_liste_rouge {
	adisplay:block;
	width:15px;
	padding:5px;
	margin:0px;
	margin-right:4px;
	text-align:center;

	background-color:#a03000;
	border:1px solid #FF5000;
	
	font: normal 10px arial;
	color:#FFFFFF;
	
	text-decoration:none;
}