/* @override http://ks36387.kimsufi.com/~crest/plugins/onglets_texte/css/tab.css */

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family: Georgia, Times, serif;
	height:		18px;
	display:		inline;
	margin:			1px -2px 1px 2px;
	float:			left;
	background:		#efefef;
	border:		1px solid #C0C0C0;
	border-top-color: #fc0;
	border-right-color: #f60;
	border-bottom-color: #f60;
	border-left-color: #fc0;
	border-bottom:	0;
	z-index:		1;
	position:		relative;
	top:			3px;
	padding:		2px 5px 1px 5px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	background:		#fc0;
	height:		20px;
	border-bottom:	0;
	border-top:	3px solid #fc0;
	z-index:		3;
	top:			1px;
}
.tab.selected a {
	color: #c00;
}

.dynamic-tab-pane-control .tab-row .tab a {
	height:		20px;
}

.dynamic-tab-pane-control .tab-row .hover a {
	height:		20px;
	color:	#c00;
	z-index:		3;

}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #fc0;
	border-top-color: #fc0;
	border-right-color: #f60;
	border-bottom-color: #f60;
	border-left-color: #fc0;
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		10px;

}


.dynamic-tab-pane-control .tab-row {z-index:	1;white-space:	nowrap;}

