
/*  gestion des select multiples    */
div#select_secteur_conteneur_contenu  {
    background          : transparent;
    clear               : both;
    top                 : -40px;
    left                : -30px;
    display             : none;
    position            : absolute;
    width               : 300px;
}

div#select_secteur_conteneur_contenu2  {
    background          : transparent;
    clear               : both;
    top                 : -30px;
    left                : -15px;
    display             : none;
    position            : absolute;
    width               : 300px;
	 z-index			: 1000;
}

div#select_secteur  {
    background          : #FFFFFF;
    border              : 1px solid #000000;
    position            : relative;
    /*clear               : both;*/
    width               : 198px;
    height              : 200px;
    overflow            : auto;
    text-align          : left;
    float               : left;
    margin-top          : 20px;
    z-index				: 1000;
}
div#select_secteur2  {
    background          : #FFFFFF;
    border              : 1px solid #000000;
    position            : relative;
    /*clear               : both;*/
    width               : 198px;
    height              : 200px;
    overflow            : auto;
    text-align          : left;
    float               : left;
    margin-top          : 20px;
    z-index				: 1000;
}

div#select_secteur_top, div#select_secteur_bottom {
    clear               : both;
    width               : 300px; /* +20 +20 */
    height              : 40px;
    background          : transparent;
}

div#select_secteur_left, div#select_secteur_right {
    float               : left;
    width               : 30px; /* +20 +20 */
    height              : 120px;
    background          : transparent;
}



div#select_secteur input  {
    width               : auto;
    border              : 0px;
}


div#select_secteur ul{
	padding:0;
  list-style-type: none;
}

div#select_secteur ul li ul  {
	padding:0 0 0 10px;
  list-style-type: none;
}

div#select_secteur li {
    list-style-type     : none;
}

div#select_secteur li{
    font-weight         : bold;
	font-size:12px;
}

div#select_secteur li li {
    font-weight         : normal;
	font-size:11px;
}

div.select_secteur {
    position            : relative;
    height              : 20px;
}


div#select_secteur2 ul{
	padding:0;
  list-style-type: none;
}

div#select_secteur2 ul li ul  {
	padding:0 0 0 10px;
  list-style-type: none;
}

div#select_secteur2 li {
    list-style-type     : none;
}

div#select_secteur2 li{
    font-weight         : bold;
	font-size:12px;
}

div#select_secteur2 li li {
    font-weight         : normal;
	font-size:11px;
}

div.select_secteur2 {
    position            : relative;
    height              : 20px;
}