#javascript-box .mootabs_title { float:right; width:180px; }
#javascript-box .mootabs_title li { display:block; width:180px; height:127px; text-indent:-999em; }


#javascript-box li.thumb-aventure { background:url('images/img-aventure.jpg') no-repeat center 0 #f5f5f5; }
#javascript-box li.thumb-formation { background:url('images/img-formation.jpg') no-repeat center 0 #f5f5f5; }
#javascript-box li.thumb-consul { background:url('images/img-consul.jpg') no-repeat center 0 #f5f5f5; }

#myTabs .thumb-aventure.active { background:url('images/img-aventure.jpg') no-repeat center 100% #000 !important; }
#myTabs .thumb-formation.active { background:url('images/img-formation.jpg') no-repeat center 100% #000 !important;}
#myTabs .thumb-consul.active { background:url('images/img-consul.jpg') no-repeat center 100% #000 !important;}


/*
#javascript-box li.thumb-formation:hover { background:url('images/img-active-formation.jpg') no-repeat center left #000; }
#javascript-box li.thumb-consul:hover { background:url('images/img-active-consul.jpg') no-repeat center left #000; }


*/
/*.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}
*/
.mootabs_title li.active {
	background-color: #000;
}

.mootabs_panel {
	display: none;
	position: relative;
		background-color: #000;
	width: 777px;
	height:381px;
	/*top: -1px;
	clear: both;*/
	overflow: hidden;
	/*padding-top:5px !important; 
	background:url('images/img-big-aventure.jpg') no-repeat center 5% #000  !important; 	*/
}


.mootabs_panel.active {
	/*/background-color: #e6e6e6;*/
	display: block;
}