/*bouton retour haut de page starting-net.com C2016*/

/****************************************************************************
DBT bouton retour
/***************************************************************************/
.retour{
	width:50px;
	height:40px;
	margin:0 10px 10px 0;
	padding:5px;
	background:transparent;
	/*background:#d7d7d7;
	border-radius:5px;
	border:1px solid #000;
	opacity:0.7;*/
	position:fixed;
	right:0px;
	bottom:20px;
	z-index:20;
}

.retour .glyphicon{
	color:#635240;
	font-size:420%;
	/*text-align:center;*/
}

.retour p{
	margin-bottom:60px;
}
/****************************************************************************
FIN bouton retour
/***************************************************************************/
