/* CSS Document */
/*
	.atabs {
		height: 99%;
	}*/


/*=============================== Tabs  */
		
	ol.toc {
		height:20px;
		list-style: none;
		margin:0;
		background-color:#FFFFFF;
		padding: 0;
	}
	
	ol.toc li {
		float: left;
		margin: 0;
		padding-right:5px;
		height:20px;
		font-size:12px;
	}
	
	ol.toc a {
		background: url(../images/tabs_lignes.gif);
		color: #000;
		display: block;
		outline: none;
		float: left;
		height:20px;
		padding-left: 12px;
		text-decoration: none;
		cursor:pointer;
	}
	
	ol.toc A:link     	{text-decoration: none; color: #000;}
	ol.toc A:visited 	{text-decoration: none; color: #000;}
	ol.toc A:hover  	{text-decoration: none; color: #000;}
	ol.toc A:active  	{text-decoration: none; color: #000;}	
	
	/*
	ol.centerTabs a {
		background: url(../images/tabs.gif);
	}
	*/
	ol.toc a:hover {
		background-position: 0 -20px;
		text-decoration:underline;
		color:#000;
	}
	
	ol.toc a:hover span {
		background-position: 100% -20px;
		color:#000;
	}
	
	li.active a:hover span {
	  	color: #fff;
	}
	
	ol.toc li.active a, ol.toc{
		background-position: 0 -40px;
		color: #fff;
		font-weight: bold;
	}
	
	ol.toc li.active span {background-position: 100% -40px;}
	
	ol.toc span {
		background: url(../images/tabs_lignes.gif) 100% 0;
		float:none !important; /*For Opera*/
		float:left; /*For IE*/
		display:block;
		line-height: 20px;
		height:20px;
		/*height:17px;*/
		padding-right: 10px;
		/*padding-top:3px;*/
		font-weight:bold;
	}
	
	div.tabscontent{
		clear:left;
		padding: 8px;
		font-size:11px;
		color:#fff;
	}

