.mini_btn_simule {
	width:29px;
	height:28px;
	background-image:url('../images/spy.png');
	background-repeat:no-repeat;
	opacity:0.8;
	cursor:pointer;
}

.mini_btn_simule:hover {
	opacity:1;
}


.mini_btn_simule_inv {
	width:29px;
	height:28px;
	background-image:url('../images/spy_inv.png');
	background-repeat:no-repeat;
	opacity:0.8;
	cursor:pointer;
}

.mini_btn_simule_inv:hover {
	opacity:1;
}

#btn_top_front {
	width:100%;
	height:20px;
	background: #000;
	color:#7d7e7d;
	cursor:pointer;
	padding:5px;
	text-align:center;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    line-height:18px;
}

#btn_top_front:hover {
	background: #353535;
	color:#fff;
}