#filtersgui {
				color: #eee;
				font: 11px 'Dosis', sans-serif;
				/* font: 14px 'BenchNine', sans-serif; */
				text-shadow: 0 -1px 0 #111;
				padding-left:5px;
				font-style:bold;
			}
			
			#filtersgui  input[type=text] , #filtersgui  select {
				font: 11px 'Dosis', sans-serif;
				/* font: 14px 'BenchNine', sans-serif;  */
				font-weight: 500;
				height: 20px;               
               line-height: 14px;
               padding-top:0px;
               padding-bottom:0px;
               border : none;
               
               outline:none;
    		   color: #1ed36f;
    		   background: #303030;
			}
			
    		#filtersgui  input[type=text]:hover {
                background: #3c3c3c;
            }
            
			
            #filtersgui  label[for] {
				color: #eee;
				font: 11px 'Dosis', sans-serif;
				/* font: 14px 'BenchNine', sans-serif; */
				text-shadow: 0 -1px 0 #111;
				padding-left:5px;
				font-style:bold;
				font-weight: 800;
				text-transform: uppercase;
				
			}
			
			
            #filtersgui  label:not(.tree-toggler) {
    		   white-space: nowrap;
    		   width:80px;
    		}
    		
    		
    		
			label.tree-toggler {
        		width:200px;
        		background:black;
        		margin:0;
        		padding-bottom:5px;
    		}
    		
    		#filtersgui > ul {
        		padding:0;
        		margin:0;
    		}
    		
    		#filtersgui  ul {
        		padding-right:0;
        		margin:0;
    		}
    		/*
    		#filtersgui li:not(.tree-toggler) {
                background: #1a1a1a;
                border-bottom: 1px solid #2c2c2c;
            }
            */
            
            #filtersgui label.tree-toggler {                
                border-bottom: 1px solid #2c2c2c;
            }
            
            #filtersgui  ul.nav.nav-list.tree {
    		   background: #1a1a1a;
    		}
            
    		
/* pour enlever le caret au dessus du filtersgui */    		
    		
            .navbar .nav>li>.dropdown-menu:after {              
              border-bottom:none;
            }
/* ************ */


    #searchButton {
    		margin-right:40px
		}
		
		#clearButton {
    		margin-left:40px    		
		}
		label.nav-header {
    		width:200px;
		}
		.dropdown-menu {
    		background-color:black;
    		padding-top:15px;
    		
		}
	