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

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

.mootabs_title li {
	float: left;
	/*padding: 2px 8px 2px 8px;*/
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width:148px;
	text-align:center;
	font-weight:bold;
	background: 0px -23px url(../images/tabs_rightCol_members-bloc.png)
}

.mootabs_title2 li {
	float: left;
	/*padding: 2px 8px 2px 8px;*/
	margin-right: 2px;
	cursor: pointer;
	color: #898989;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	width:80px;
	text-align:center;
	font-weight:bold;

}

.mootabs_title li.active {
	background: 0px 0px url(../images/tabs_rightCol_members-bloc.png);
	color:#4d4d4d;
}
.mootabs_title2 li{
	width:100px;
}
.mootabs_title2 li.active {
	background: 0px 0px url(../images/tabs_video_on.jpg) no-repeat;
	color:#4a4a4a;
}
/* attention utilisé en home et page video -photos-shopping-adresse*/
.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
/*	clear: both;*/
	color: #fff;
	overflow: auto;
/*	padding-left: 5px;*/
	padding-top: 5px;
	padding-right: 2px;
	
}
.mootabs_panel2 {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
/*	clear: both;*/
	color: #fff;
	overflow: auto;
/*	padding-left: 5px;*/
	padding-top: 5px;
	padding-right: 2px;
	
}


.mootabs_panel.active {
	background-color: #ececec;
	display: block;	
}

.mootabs_title li.over {
	font-weight: bold;
}
.mootabs_title2 li.over {
	font-weight: bold;
}

