.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%; /* Largeur lecture */
	padding-top:0px;
	border-left: 0px solid Green;
	border-right: 0px solid Green;
	border-bottom: 0px solid Green;
}



.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		10px;
	text-align: center;
	cursor:			Default;
	display:		inline;
	margin:			1px -5px 1px 8px;
	float:			left;
	padding:		5px 6px 5px 6px;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;

	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
	width: 7%;
	border: 1px solid Green;  /*Bord onglet non selected +++++++*/

	-moz-border-radius :10px 10px 0px 0px;
	-webkit-border-radius :10px 10px 0px 0px;
	border-radius- :10px 10px 0px 0px;
}



.dynamic-tab-pane-control .tab-row .tab.selected {
	/*border: 1px solid Green;  Bord onglet selected */
	z-index:		3;
	padding:		8px 6px 5px 6px;
	margin:			-5px -6px -2px 0px;
	top:			0px;
	background:		white; /* Fond selected */
	border-bottom: 1px solid White;
}

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

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

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-size:10px; /* Taille titre selected */
	color:Green; /* Couleur titre selected */
}

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

	padding-bottom: 50px;

	padding-top: 10px;
}

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

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

/* ACTOR */

.actor-cartouche{
	background-color: #8B0000;
	font-size: 10px;
	text-align: justify;
	text-justify: auto;
	color:White;
	padding: 5px;
	line-height: 14px;
}

.tab-ligne{
	background-color: Green;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 60%;
	color: White;
	padding:		5px 6px 5px 6px;
	-moz-border-radius :10px 10px 0px 0px;
	-webkit-border-radius :10px 10px 0px 0px;
	border-radius- :10px 10px 0px 0px;
}

.bgpublier{
	background: Fuchsia;
}

.noir{
	background-color: Black;
	position: relative;
	top: -20px;
}
.noir-tab{
	background-color: Black;
}


