.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:#003366 !important;
	list-style-image:none;
	margin-left:0;
	float:left;
	margin-right:0;
	cursor:pointer;
	color:#8AC4FD !important;
	font-family:"Trebuchet MS";
	font-size:12px;
	height:20px;
	line-height:20px;
	padding:10px 5px 5px 2px !important;
	border: 1px solid #89a;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px; /* pour Chrome */
	-webkit-border-top-right-radius: 8px; /* pour Chrome */
	text-indent:0 !important;
	font-weight:700;
}
.mootabs_title li.active{
	font-weight:700;
	background:#8AC4FD !important;
	color:#003366 !important;
}
.mootabs_title li.over{
	font-weight:700;
	background:#325479 !important;
	color:#0099CC !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:#8AC4FD;
	display:block;
	border:1px dotted #060;
}
.mootabs_content{margin:10px;}