/* +--------------------------------------------------------------------------+
// 2013 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: ancre.css,v 1.6.4.6 2017-02-14 10:23:04 wlair Exp $ */
/*------------------------------------------------------------------------------------------*/
@charset "utf-8";/**/
.Ancre {
	position: absolute;
	top: 35px;
	right: 15px;
	background-color: transparent;
}

.Ancre a {
	text-decoration: none;
	text-align: center;
	padding: 0px;
	color: #fff;
	font-size: 0px;
	background: url(images/arrow-up-full.svg) #414141 no-repeat 50%;
	background-size:15px;
	display: block;
	height: 30px;
	width: 30px;
}

.Ancre a:hover {
	background-color: #454545;
}

.Ancre a:before {
}

.Ancre:hover a {
	text-decoration: none;
}
