/* Subsection Tabs
--------------------*/
div.tabs_background{
	background-color: #d9e0b8;	
	margin:0px 0px 0 0px;
	border-color: gray;
	border-style: solid;
	border-width: 0px;
	padding: 5px;	
}
ul.subsection_tabs {
 list-style:none;
 margin:0 0 0px 0;
 padding:0;
 clear:both;
 border-bottom:0px solid silver;
 height:28px;
 clear:both;
}
 
ul.subsection_tabs li.tab {
 float:left;
 margin-right:7px;
 text-align:center;
}
 
ul.subsection_tabs li.tab a {
 display:block;
 height:20px;
 padding:8px 6px 0 6px;
 /*background-color:#e5ebc7;*/
 color: gray;
 width:110px;
}
 
ul.subsection_tabs li.tab a:hover {
 color: gray;
 text-decoration: underline;
}
 
ul.subsection_tabs li.tab a.active {
 background-color:#d9e0b8;
 color:gray;
}
 
ul.subsection_tabs li.source_code {
 float:right;
}
/*****************************************************
** specificités de certaines pages recherche/search **/

#recherchetabs ul.subsection_tabs li.tab a {
 width:200px;
}
 
