@charset "utf-8";
/* CSS Document */

div#minix {
	position:relative;
	background-color:#000;
	border:solid red 0px;
	width:800px;
}



div#minix p {
	margin-bottom:-10px;
}


div#minix img, .minix {		
	width:48px; height:48px;	padding:0px;
    padding-left:0px;
	margin:8px;

/*	margin-top:20px;	
	margin-bottom:0px;	
	margin-right:20px;
	margin-left:20px; */

	background-color:#000;
	border-style:solid;
	border-width:4px;

    


	position:absolute;
	cursor:pointer;
	z-index:5;
}
			
div#minix img:hover {
	padding:0px;
/*	border-color:black !important;   */
	z-index:399!important;
}

div#minix h2 {
	display:block;
	border-bottom:#d3e2e9 1px solid;
	text-align:left;

	color:#01B1EC;
	position:absolute;
	width:97%; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	margin-left:10px;
	padding-bottom:5px;
	text-transform:uppercase;
}




ul.deplacements {
	margin-top:0px;
	display:inline;
}

ul.deplacements li, #showAll
{
	cursor:pointer;
	width:auto;
	display:inline;
	
	/*margin-right:5px;
	float:left; */
}		
ul.deplacements li:hover, #showAll:hover
{
	color:#ed0677;
}		

div#groupsDiv {
	width:174px;
	float:right;
	height:auto;
	border-left:solid #000 0px;
	text-align:center;
    color:#777;
	padding:0px;
	margin-left:10px;
	background-color:#fff;
}

div#groupsDiv div {
	margin:0px;
   	margin-bottom:20px;
    text-align:center;
    
}

div#groupsDiv h2 {
	border:solid red 0px;
	display:block;
	margin:0px;
	background-image:url(../img/bg/bg_sb_h2.png);
    color:#01b1ec;
    padding:5px;
    padding-right:20px;
    text-align:right;
    font-size:12px;
	letter-spacing:2px;
	font-style:italic;
    margin-bottom:5px;
    }



div.infobulle
{
	display:none;
	color:#fff;
	background-image:url(../img/bg/infobulle.png);
	background-position:center left;
	position:absolute;
	z-index:600;
	opacity:0.9; 
	filter:Alpha(opacity=90%); 
	text-align:left;
	padding:8px;
	padding-left:20px;
	width:auto;

/*  position infobulle / souris */
	margin-left:15px;
	margin-top:-25px;
}

div.infobulle h3
{
	color:#01B1EC;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

div.infobulle p
{
	margin:0;	
	color:#fff;

}

div#count_showAll
{
	font-weight:bold;

}



/* LIENS DE FILTRAGE PAR GROUPE ////////////////////////////////////////////////////////// */

ul#groupes, ul#groupes ul
{
	list-style-type:none;
	margin:0px;
}

ul#groupes li
{
	list-style-type:none;
	margin:0px;
}

ul#groupes h3
{
	margin:0px;
	border:0px;
 	border-top: solid #d3e2e9 1px;
	cursor:pointer;
    text-align:right;
    padding:5px;
    padding-right:20px;
    font-size:11px;
    font-weight:normal;
    color:#000000;
    text-transform:uppercase;
    
    }

ul#groupes h3:hover
{
  	color:#01b1ec;
    background-image:url(../img/bg/bg_arrowhover_ul.png);

}


ul.groupsLinks {
	display:none;
    max-height:200px;
    overflow:auto;
}		
	
ul.groupsLinks li {
	border:0px;
	margin:0px;
	cursor:pointer;
    text-align:left;
    padding-left:30px;
    padding-top:3px;
    padding-bottom:3px;
    color:#969696;
    text-transform:uppercase;


}

ul.groupsLinks li:hover {
	cursor:pointer;
    background-image:url(../img/bg/bg_arrowhover_li.png);
    background-repeat:no-repeat;
    color:#01b1ec;
}
