@charset "utf-8";
/* CSS Document */

/*.short_fiche img.visuel,*/ .short_fiche a.getDetailVisuel img {
	width:150px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	z-index:15000;
	position:absolute;
	right:10px;
	top:3px;
}

/*.short_fiche img.visuel:hover,*/ .short_fiche a.getDetailVisuel:hover img, .short_fiche a.getDetailVisuel:focus img {
	-webkit-transform: scale(1.5);/* rotate(1deg);*/
	-moz-transform: scale(1.5);/* rotate(1deg);*/
	-o-transform: scale(1.5);/* rotate(1deg);*/
	transform: scale(1.5);/* rotate(1deg);*/
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	z-index:150000;
	border:0;
	  *border:2px solid #FFF; /* IE */
}

/*a.getDetail, */.aWrapper, a.retourCarte, #navTop a, #navBot a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#navTop a, #navBot a, .switchMapSat #hybridView, .switchMapSat #satView, .switchMapSat #mapView, .detail .btRetour, .btReour a, .toggle span, #topCataloc #profiter, .short_fiche a.getDetail {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.short_fiche h2 {
	/*color:#FAA505;*/
	/*text-shadow:1px 1px 1px #999;*/
	font-size:14px;
}
.detail h2 {
	/*color:#FAA505;*/
	/*text-shadow:1px 1px 1px #999;*/
	font-size:16px;
}

.toggle {
	/*color:#FAA505;
	text-shadow:1px 1px 1px #999;*/
}

/*.description img.visuel {
	-webkit-transform:; rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}*/
