.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF00;
}
.mootabs_title li {
	margin-right: 2px;
	cursor: pointer;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	background-image: url("tab.jpg"/*tpa=http://agence-immobiliere-maison-appartement-syndic-castres-toulouse.canac-immobilier.com/img/tab.jpg*/);
	background-repeat: no-repeat;
	width: 125px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
	
}
.mootabs_title li.active {
	font-weight: bold;
}

.mootabs_panel {
	display: none;
	background-color: #616161;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}
.mootabs_panel.active {
	background-color: #616161;
	display: block;
}

#myTabs {
}
