
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*height: 24px;*/
}
UL.mootabs_title {
	list-style:none !important;
	margin-left:0px !important;
}



.mootabs_title li {
	padding: 10px;
	margin-right: 2px;
	cursor: pointer;
	/*height: 24px;*/
	background-color: #fff;
	border:#d1d5e1 1px dotted;
	border-left:#d1d5e1 5px solid;
	
	font-weight:bold;
	font-size:14px;
	
}

.fiche-content .mootabs_title li {
	/*float: left;*/
	width:300px;
}
.fiche-liste .mootabs_title li {
	float: left;
}
.mootabs_title li.active {
	background-color: #d1d5e1;
	border:#d1d5e1 1px dotted;
	border-left:#a35682 5px solid;	
	
}

.mootabs_panel {
	display: none;
	/*background-color: #ddd000;*/
	position: relative;
	/*width:100% !important;*/
	
	/*top: -1px;*/
	clear: both;
	overflow:hidden;
}

.mootabs_panel.active {
/*	background-color: #e6e6e6;*/
	display: block;	
/*	width:400px !important;*/
}
