	#onglets_fichefilm{
		position:relative;
		left:4px;
	}
	.dhtmlgoodies_tabPane{
		height:34px;	/* Height of tabs */
		text-align:center;
		/*border-bottom: 2px solid #FFA75F;*/
		
	}
	.dhtmlgoodies_aTab{
		/*border-top:2px solid #FFA75F;*/
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:10px 0 5px 5px;
		background:url('../images/tab_right_active.gif') no-repeat top right #FFC887;
		min-height:100px;
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:10px;
		vertical-align:middle;
		cursor:pointer;
		position:relative;
		/*bottom:2px;*/
		margin-left:0px;
		margin-right:0px;
		color:#DB6732;
		font:bold 11px Verdana, Arial, Helvetica, sans-serif;
		/*border-bottom:2px solid #FFA75F;*/
		line-height:28px;
		
	}
	.dhtmlgoodies_tabPane .tabActive{
		background:url('../images/tab_left_active.gif') no-repeat top left #FFC887;
		margin-left:0px;
		margin-right:0px;
		/*border-bottom:2px solid #FFC887;*/
		z-index:10;
		color:#A12D00;
		/*font-weight:bold;*/
		/*top:2px;*/
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background:url('../images/tab_left_inactive.gif') no-repeat top left #FFC887;
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background:url('../images/tab_left_inactive.gif') no-repeat top left #FFC887;
		margin-left:0px;
		margin-right:0px;
		color:#A12D00;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		/*vertical-align:top;*/
		font-size:11px;
		padding:0 3px 0 3px;	
		/*line-height:21px;*/
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		/*padding-bottom:1px;
		line-height:20px;*/
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	/*.lineHeight{
		line-height:28px;
		padding:0 -3px 0 -3px;	
	}*/
