#agents_commerciaux .item1{
	position:absolute;
	width:9px;
	height:9px;
	cursor:pointer;
	border-radius:2px;
	border:2px solid #003e75;
	
	background-color:#FFF;
	}

#agents_commerciaux .item{
	position:absolute;
	width:10px;
	height:10px;
	cursor:pointer;
	border-radius:4px;
	border:2px solid #003e75;
	
	background-color:#FFF;
	}

.popover-title{
	  color: #0095db;
	  font-weight:bold;
	  background-color:rgba(1, 148, 218, 0.1);
	  font-size:15px;
	}
.popover-content{
	  background-color:rgba(1, 148, 218, 0.1);
	  color:#004e90;
	  font-size:13px;
}

