#myTabs {
	height:100%;
}

.mootabs {
	height: auto;
}


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

.mootabs_title li {
	background-image:url(../images/mep_site/savoir_plus.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	width:230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDB446;
	margin-right:5px;
}


.mootabs_title li.over {
	background-image:url(../images/mep_site/savoir_plus_act.jpg);
}



.mootabs_title li.active {
	border-bottom-style:none;
	background-image:url(../images/mep_site/fleche_bas.gif);
	width:230px;
	background-color:#f5f1de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f1de;
	background-repeat: no-repeat;
	background-position: center center;
}

.mootabs_title li.active:hover {
	background-image:url(../images/mep_site/fleche_bas.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.mootabs_panel {
	display: block;
	position: relative;
	width: 650px;
	top: 0px;
	clear: both;
	overflow: auto;
	padding:20px;
	margin:auto;
}

.mootabs_panel.active {
	display: block;
}


/*
.mootabs p {
	margin-top:20px;
}
*/

.pointeur {
	cursor:pointer;
}
