#tabbed-sidebar-widgets {}

	#tabbed-sidebar-widgets .widget{border:1px black solid;} /* avant contenu selection*/
	
	#tabbed-sidebar-widgets .widgetwrap{} /* Après les menus de selections */
	
	#tabbed-sidebar-widgets .tab-container{} /* avant contenu selection*/
	
	#tabbed-sidebar-widgets .widgettitle { padding: 0 3px; font-size: 15px; font-weight: normal; line-height: 1.2; /*border-bottom: 1px solid black;*/}
	
		#tabbed-sidebar-widgets .widgettitle a { display: block; padding: 0 5px; text-align: center; text-decoration:none; float:left; width:80px; height: 30px; 
			font-size:12px;
			margin-right:5px;
			margin-top:2px;
			margin-bottom:2px;
			background: -moz-linear-gradient(top, #176ba1, #61a6d8); /* pour Firefox 3.6+ */ 
                        background: -webkit-gradient(linear, left top, left bottom, from(#176ba1), to(#61a6d8)); /* pour webkit */
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176ba1', endColorstr='#61a6d8'); /* pour IE */
			color: #FFF;
		}
		#tabbed-sidebar-widgets .widgettitle a.first {}
		#tabbed-sidebar-widgets .widgettitle a.last { width:105px;margin-right:0px;}
		#tabbed-sidebar-widgets .widgettitle a.selected { 
			background: -moz-linear-gradient(top, #176ba1, #61a6d8); /* pour Firefox 3.6+ */ 
                        background: -webkit-gradient(linear, left top, left bottom, from(#176ba1), to(#61a6d8)); /* pour webkit */
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176ba1', endColorstr='#61a6d8'); /* pour IE */
			color: #FFF;
		}
		
		#tabbed-sidebar-widgets .widgettitle a:hover{color: #FFF;}
		#tabbed-sidebar-widgets .widgettitle a:active{color: #FFF;}
		#tabbed-sidebar-widgets .widgettitle a:visited{color: #FFF;}
		
		#tabbed-sidebar-widgets .widgettitle a.selected:hover{color: #FFF;}
		#tabbed-sidebar-widgets .widgettitle a.selected:active{color: #FFF;}
		#tabbed-sidebar-widgets .widgettitle a.selected:visited{color: #FFF;}
		
	#tabbed-sidebar-widgets ul { margin: 0; padding: 0; list-style: none;}
	
		#tabbed-sidebar-widgets .tab-container ul li { padding: 3px 10px; min-height: 10px; line-height: 1.3;}
		
			#tabbed-sidebar-widgets .tab-container a {}