/*** TABS **************/
	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
		/*padding:5px;*/
overflow:auto;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('/typo3conf/ext/user_nikken_casio/res/tab-view/images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('/typo3conf/ext/user_nikken_casio/res/tab-view/images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('/typo3conf/ext/user_nikken_casio/res/tab-view/images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
/****** TABS ***********/


.clear{	clear:both;}

/* selection */
#w_selected{
	font-size:0.95em;
        margin-bottom:10px;
}
#w_selected div.lib{
	float:left;
	background-color:#fff;
}
#w_selected div.vignette{
	float:left;
	margin:0 1em;
	background-color:#fff;
}
/* contenu */
.w_content{
	margin:0;
	padding:10px 10px;
	clear:both;
}
.w_content .brd-entete{
	float:left;
	width:38%;
}
.w_content .brd-coordonnees{
	border:1px solid #333;
	margin-left:40%;
	font-size:0.92em;
	padding: 2px;
	margin-bottom:8px;
}
#w_search{
	margin:0;
	padding:10px 0;
	clear:both;
	text-align:center;
}
#w_list{
	padding-left:2em;
}
#w_list a{
	text-decoration:none;
	color:#666;
}
#w_detail .w-detail{
	float:left;
	width:157px;
	border:1px solid #666;
	border-color: #eee #666 #666 #ccc;
	text-align:center;
	margin:1px;
        padding:0px;
        height:300px;
}
#w_detail .w-detail .title{
	background-color:#333;
	color:#fff;
	/*letter-spacing:1px;*/
	margin:0 0 8px 0;
}
#w_detail .w-detail a.sel {
	text-decoration:none;
	background-color:#DFDFDF;
	border:1px solid #333;
	border-color:#999 #333 #333 #999;
	color:#000;
	padding:0.2em 0em;
	font-size: 80%;
}
#w_detail .w-detail a.sel:hover{	background-color:#EFEFEF;}
#w_detail .w-detail a img{margin-top:8px;
    border:none;
    background-color:transparent;
    }
	
/* table */
table.tbl-c-forfait{
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	font-size:85%;
	width: 630px;
}	
table.tbl-c-forfait tr td{
	padding:5px;
	/*border-bottom:1px solid #eee; */
}	
table.tbl-c-forfait tr th{
	font-size:100%;
	border-top:1px solid #eee; 
	letter-spacing:1px;
	font-weight:normal;
	color: #00A6F4;
	padding:2px;
	/*background-color:#ddd; */

}	
/* chargement */
#loadingMessage{
}
#loadingMessage #message{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #333;
	color:#fff;
	padding:5em;
	width: 250px;
	height: 70px;
	 filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
}