@-webkit-keyframes logoRivageGrand
		{
	from{left:-1000px;}
	to {left:115px;}
		}

#logoRivageGrand{
		left:-1000px;
		top:280px;
	-webkit-animation-name:logoRivageGrand;
	-webkit-animation-duration:1s;
	-webkit-animation-delay:1s;
	-webkit-animation-fill-mode:forwards;
}

.reduction2{
	width:240px;
}