@-webkit-keyframes fleche
	{
		from {background:rgba(0, 154, 227, 0.2);}
		to {background:rgba(0, 154, 227, 0);}
	}


#fleche{
position:fixed;
	bottom:100px;
	left:50%;
	z-index:3;

}

#rond1{
	position:absolute;
	width:80px;
	height:80px;
	background:rgba(0, 154, 227, 0.2);
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	border-radius:40px;
	-webkit-animation-name:fleche;
	-webkit-animation-duration:1s;
	-webkit-animation-delay:0s;
	-webkit-animation-iteration-count: infinite;

}

#rond2{
	position:absolute;
	left:10px;
	top:10px;
	width:60px;
	height:60px;
	background:rgba(0, 154, 227, 0.3);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
}

#rectangle{
    position: absolute;
    left: 35px;
    top: 20px;
    width: 11px;
    height: 29px;
    background: rgba(0, 154, 227, 1);
}

#triangle{
    position: absolute;
    left: 20px;
    top: 38px;
    width: 1px;
    height: 1px;
    border: 1px solid #009ae3;
    border-color: #009ae3 transparent transparent transparent;
    border-width: 20px;
}