/* carte flash */
#carte_flash{
	background: url('../img/comment_venir_carto.png') no-repeat;
	height: 355px; 
	width: 260px;
	position:relative;
	float:right;
}
#carte_flash #fleche_carte{
	background:url(../img/fleche_comment_venir.png) no-repeat;
	width:59px;
	height:36px;
	-webkit-animation: rotation 1s infinite linear;
	position:absolute;
	right:70px;
	top:165px;
}
#carte_flash h3{
	font-size: 21px;
	line-height: 23px;
	position:absolute;top:195px;right:90px;
	font-weight:600;text-align:right;
	letter-spacing:.08em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 6px #000;
}

@-webkit-keyframes rotation {
    0% {-webkit-transform: rotate(0deg);}
    50%   {-webkit-transform: rotate(5deg);}
	100% {-webkit-transform: rotate(0deg);}
}