#outil
{
	width:50px;
	z-index:10;
	position: absolute;
	right: 15px;
}

.outil
{
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
	margin-top:10px;
	box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
	background-color:white;
}
.outil:hover, .outil:active
{
	-o-transform:rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}
