.visitor_box{
	position: fixed;
	bottom: 0px;
	right: 5px;
	background: white;
	width: 150px;
	border-radius: 5px 5px 0px 0px;
	z-index: 1000;
	/*box-shadow: -1px -1px 9px darkred; */
}

.visitor_head{
	cursor: pointer;
    background: #603814;
    padding: 2px;
    color: white;
    border-radius: 5px 5px 0px 0px;
    padding-left: 15%;
}

.visitor_body{
	height: 101px;
	overflow: hidden;
	padding: : 0px;
}

.user{
	padding-left: 6px;
	position: relative;
	cursor: default;
	background: #eee;
}

/**/

.visitor_mois_dernier_box{
	position: fixed;
	bottom: 0px;
	/*margin-left: 625px;*/
	background: #eeeeee;
	width: 143px;
	border-radius: 5px 5px 0px 0px;
	z-index: 1000;
}

.visitor_mois_nombre{
	text-align: center;
	font-size: 15.50px;
	position: relative;
	cursor: default;
	font-weight: bold;
}

.visitor_mois_dernier_body{
	height: 100px;
	overflow: hidden;
	padding: : 0px;
}

.visitor_mois{
	text-align: center;
	position: relative;
	cursor: default;
}

/*
.user:hover{
	background: #f8f8f8;
}

.user:before{
	content: ""; 
	position: absolute;
	background: #2ecc71;
	width: 10px;
	height: 10px;
	left: 8px;
	top: 24px;
	border-radius: 5px;
}*/