.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mootabs_title li {
	margin: 0;
	cursor: pointer;
	height: 40px;
	
}
.btn-calculer {
	margin: 0;
	padding: 0;
	background-image:url(../img/layout/btn-calculer.gif);no-repeat;
	cursor: pointer;
	height: 40px;
	width:112px;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
}

.mootabs_panel {
	background-color: white;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
}

.mootabs_panel.active {
	background-color: white;
	display: block;
}





