.dynamic-tab-pane-control .tab-pane{
	position:	relative;
	width:		100%; /* Largeur lecture */
	padding-top:0px;
}



.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	font-weight: normal;
	text-align: center;
	/*cursor:			Default;*/
	display:		inline;
	margin:			1px -5px 1px 18px;
	float:			left;
	padding:		5px 6px 5px 6px;
	/*cursor:			hand;
	cursor:			pointer;*/
	z-index:		1;
	position:		relative;
	top:			0;
	width: 195px;height:50px;background-color: #626262;
	border: 1px solid Black;                  /*Bord onglet non selected +++++++*/
	border-radius :10px 10px 0px 0px;
	-webkit-border-radius :10px 10px 0px 0px;
	-moz-border-radius :10px 10px 0px 0px;
	behavior: url(../PIE.htc);
}

.tab-comment{
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border: 1px solid Maroon;                       /*Bord onglet selected */
	z-index:		3;
	padding:		18px 6px 5px 6px;
	margin:			-15px -6px -2px 0px;
	top:			0px;
	background-color: #FFFFF0; /* Fond selected */
	border-bottom: 1px solid #FFFFF0;	
	font-weight: bold;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			16px;
	color: #AFAFAF; /* Couleur titre non selected */
	text-decoration:	none;
	/*cursor:			hand;
	cursor:			pointer;*/
	font-variant: small-caps;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color: #FFD700;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-size:16px; /* Taille titre selected */
	color:Maroon; /* Couleur titre selected */
	font-variant: small-caps;
	text-shadow: 5px 5px 10px #777;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border-left: 1px solid Maroon; /* Bord lecture */
	border-bottom: 1px solid Maroon;
	border-right: 1px solid Maroon;
	border-top: 1px solid Maroon;
	z-index:		2;
	position:		relative;
	top:			-5px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		10px;
	width:100%;
	background-color: #FFFFF0;
	padding-bottom: 50px;
	padding-top: 10px;
}

/*.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background-color: #FFFFF0; /* Fond sous onglet	height:			1.85em; */
	/*width:			100%;*/
}

.tab-li{
	display: inline-block;
}



