

/*TabGarb Uncom*/ 
#tabgarb
	{
	display:block;
	padding-bottom:8px;
	margin: 0;
	padding-left: 0px;
	}

#tabgarb li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabgarb li a
	{
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-right: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	}

#tabgarb li a:link { color: #666; }
#tabgarb li a:visited { color: #666; }

#tabgarb li a:hover
	{
		background: #fff;
	}


#tabgarb li.tabgarbactive a
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #333;
        margin-bottom:-2px
	}

.tabgarb_content {
    border: 1px solid #CCCCCC;
    clear: both;
    display: none;
    margin-top: 0;
    padding: 10px;
    clear:both;
}	
	.tabgarb-tab {
		display:none;
	}
	#tabgarb_loader {
		border:none !important;
		border-radius:none;
		box-shadow:none;
		background:url(http://bureau-eco21.genevedurable.ch/wp-content/plugins/tabgarb/loader.gif);
		background-repeat:no-repeat;
		background-position:center center;
		height:18px;
		background-color:white;
		vertical-align: middle
	}