.mootabs_title{height:24px;margin:0;padding:0;}
.mootabs ul{list-style-image:none;background-image:none;line-height:20px;margin-left:0;padding-left:0;}
.mootabs_title li{
	background:#761105 !important;
	list-style-image:none;
	margin-left:0;
	float:left;
	margin-right:2px;
	cursor:pointer;
	color:#FFF7A6 !important;
	font-family:"Trebuchet MS";
	font-size:12px;
	height:20px;
	line-height:20px;
	padding:10px 5px 5px 10px !important;
	border: 1px solid #89a;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;        
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
	-webkit-border-top-right-radius: 10px; /* pour Chrome */
	text-indent:0 !important;
	font-weight:700;
}
.mootabs_title li.active{
	font-weight:700;
	background:#FFF7A6 !important;
	color:#761105 !important;
}
.mootabs_title li.over{
	font-weight:700;
	background:#D77A1A !important;
	color:#000000 !important;
}
.mootabs_panel{display:none;position:relative;width:100%;top:-1px;font-family:"Trebuchet MS";clear:both;color:#000;overflow:auto;text-align:left;padding:3px;}
.mootabs_panel.active{background-color:#FFF7A6;display:block;border:1px dotted #060;}
.mootabs_content{margin:10px;}