/* *** Made by Bitin.fr *** */

/* TABLES DE UNE */

/* style du panneau des tables */
div.panes div {
color: white;
	z-index: 100;
	display:none;		
	padding:15px 10px;
	min-height: 400px;
	width: auto;
	font-size:14px;
}


/* root element for tabs  */
ul.tabs { 
	font-variant: small-caps; 
	color: white; 
	background-color: #333333; 
	z-index: 8; 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	font-variant: small-caps; 
	color: white; 
	background-color: #333333; 
	z-index: 8; 
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tabs */
ul.tabs a { 
	font-variant: small-caps; 
	background-color: #333333; 
	font-size:12px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color: white;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
}

ul.tabs a:active {
	font-variant: small-caps;
	background-color: #669933;
	color: white;
	outline:none;		
}

ul.tabs a:hover {
	font-variant: small-caps;
	background-color: #cccc00;
	color:#fff;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	font-variant: small-caps;
	background-color: #659833;
	cursor:default !important; 
	color: white !important;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

