#masscol {
	margin-bottom: 0px;
	width: 100%;
	display: block;
}
#tabswrap {
	position: relative;
	background: url(../images/tabswrap-center.gif) repeat-y;
	overflow: hidden;
	z-index: 10;
	margin-left : 7px;
	margin-top: 10px;
}

#tabswrap-top {
	background: url(../images/tabswrap-top.gif) no-repeat top left;
}

#tabswrap-bot {
	background: url(../images/tabswrap-bot.gif) no-repeat bottom left;	
	position: relative;
	overflow: hidden;
	z-index: 10;
}

#tabswrap div.innerpad {
	padding: 20px 0;
}

ul.mootabs_title {
	margin: 0;
	padding: 0;
}

.mootabs_title li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: block;
	color: #CCCCCC;
}

.mootabs_title li h3 {
	font-size: 13px;
	line-height: 40px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	background: url(../images/tabs-bg.gif) no-repeat bottom left;  /* trait de séparation vertical */
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.mootabs_title li.hover {
	color: #FFFFFF;
	background: url(../images/tabs-hover.gif) no-repeat bottom center;
}

.mootabs_title li.firstactive h3,
.mootabs_title li.first h3 {
	background: none;
}

.mootabs_title li.active {
	padding: 0;
	margin: 0;
	background: url(../images/tabs-active.gif) no-repeat bottom center;
	color: #FFFFFF;
}

.mootabs_title li.firsthover h3 {
	background: none;
	color: #FFFFFF;
}

.mootabs_title li.lasthover h3 {
	color: #FFFFFF;
}

.mootabs_title li.firsthover {
	background: url(../images/tabs-hover.gif) no-repeat bottom left;
}

.mootabs_title li.lasthover {
	background: url(../images/tabs-hover.gif) no-repeat bottom right;
}

.mootabs_title li.firstactive {
	padding: 0;
	margin: 0;
	background: url(../images/tabs-active.gif) no-repeat bottom left;
	color: #FFFFFF;
}

.mootabs_title li.lastactive {
	padding: 0;
	margin: 0;
	background: url(../images/tabs-active.gif) no-repeat bottom right;
	color: #FFFFFF;
}

.tab_panels {
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 40px;
}

#tabswrap .mootabs_panel {
	position: absolute;
	top: 0;
	background: none;
	z-index: 100;
}