.mootabs_title {
	font-family: Batang, arial, serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	font-family: Batang, arial, serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	float: left;
	cursor: pointer;
	height: 20px;
	width: 205px;
	text-align: center;
	margin-left: 10px;
}

.mootabs_title li.active {
list-style-image:url(http://www.camping-du-toy.com/v2/images/liste_img.png);
text-decoration:underline;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	/*padding-left: 5px;
	padding-right: 3px;
	margin-top: 5px;*/
	clear: both;
}

.mootabs_panel.active {
	/*background-color: #C9E2C2;*/
	display: block;
	border: #99CC00 solid 1px;
	overflow:hidden;
}

