
.mootabs_panel {
	display: none;
	background-color: #B3D9DE;
	position: relative;
	clear: both;
	
	overflow: none;
	padding-top:1px;

}

div.mootabs_panel p input, select{
	font-size: 10px;
}

.mootabs_panel.active {
	border: 2px solid #03518b;
	border-top: 1px solid #03518b;
	border-bottom: none;
	background-color: #B3D9DE;
	display: block;

}

.mootabs_content {
	/*margin: 10px;*/
}



.mootabs_title {
	float:left;
	width:70%;
	background:#03518b;
	font-size:80%;
	line-height:normal;
	border-bottom: 1px solid #03518b;
	font: bold 9px/1.5em Verdana;
	
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	padding-top:10px;
	padding-left: 3px;
	height: 14px;
}

.mootabs_title ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}

.mootabs_title li {
	display:inline;
	margin:0;
	padding:0;
}

.mootabs_title li.active a {
	background-position:0% -14px;
}

.mootabs_title li.active span {
	float:left;
	display:block;
	background: url("../images/onglet-droite.gif") no-repeat right top;
	background-position:100% -14px;
	padding:0px 14px 0px 6px;
	color:#000000;
}

.mootabs_title a {
	float:left;
	background:url("../images/onglet-gauche.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
}

.mootabs_title a span {
	float:left;
	display:block;
	background: url("../images/onglet-droite.gif") no-repeat right top;
	padding:0px 15px 0px 6px;
	color:#000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.mootabs_title a span {float:none;}
/* End IE5-Mac hack */
.mootabs_title a:hover span {
	color:#000000;
	background-position:100% -14px;
}

.mootabs_title a:hover {
	background-position:0% -14px;
}

#myTabs {
	
	background: #03518b;
	margin: 0;
}

