.ajaxTabs ul.subsection_tabs {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
	border-bottom:1px solid #97a5b0;
	height:22px;
}

.ajaxTabs ul.subsection_tabs li.tab {
	float:left;
	margin-right:1px;
	text-align:center;	
}

.ajaxTabs ul.subsection_tabs li.tab a {
    top: 1px;
    padding: 0px;
	margin:0px;
    color: #666666;
	width:auto;
	_width:1%;/* required in IE 6 */  
    /*font-weight: bold;*/
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
	padding:1px 11px 0px 0px;
}

.ajaxTabs ul.subsection_tabs li.tab a {
    display: block;
    background: url(../img/tabs/tabO.png) no-repeat;		
    height: 21px; /* IE 6 treats height as min-height */
    min-height: 21px;
	line-height:21px;
 	background-position: 100% -100px; /*à droite gris*/	
}

.ajaxTabs ul.subsection_tabs li.tab a span {
    width: auto; /* IE 6 treats width as min-width */
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
	line-height:21px;		
	padding:6px 0px 4px 5px;
    background: url(../img/tabs/tabO.png) no-repeat;	
	background-position:0 1px;
}

.ajaxTabs ul.subsection_tabs li.tab a.active {
	background-position: 100% -150px; /*à droite orange*/
	color:#f60;
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;	
	line-height:22px;	
}

.ajaxTabs ul.subsection_tabs li.tab a.active span {
 	background-position: 0 -50px; /*à gauche orange*/
	outline: 0; /* prevent dotted border in Firefox */	
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
	line-height:22px;	
}

.ajaxTabs ul.subsection_tabs li.source_code {
	float:right;
}

