#main {
	padding:5px 5px 5px 5px;
	color: #4C394B;
	background-image:url(../images/bg-details.png);
	background-repeat:repeat-x;
}
/*--------------------*/
#main ul.subsection_tabs {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:25px;
	clear:both;
}

#main ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li.tab a {
	display:block;
	height:25px;
	padding:0 0 0 0;
	color:#7B124D;
	width:106px;
	font-weight:bold;
	line-height:24px;
	font-size:13px;
	text-decoration:none;
	background-image:url(../images/bg-titre-details.png);
	background-repeat:no-repeat;
}

#main ul.subsection_tabs li.tab a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/bg-titre-details_hover.png);
	background-repeat:no-repeat;
}

#main ul.subsection_tabs li.tab a.active {
	background-image:url(../images/bg-titre-details_hover.png);
	background-repeat:no-repeat;
}

#main ul.subsection_tabs li.source_code {
	float:right;
}
