@charset "utf-8";
/* CSS chanterane style page galerie - Auteur : Paraskevas J.P. @Copyright 2007 - 2013 - Validation W3C ok */

.slides {
	margin:0 auto;
	padding-bottom:1em;

	
}
.slide-like {
	margin:0 auto;
	max-width:65%;
	height:auto
}
.mySlides {
    display: none;
	margin:0 auto;
	max-width:65%;
	height:auto;
	border:#FFF solid .6em;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	img {
		max-width:100%;
        height: auto
    }
	.slides {
		margin:0 auto;
	}
	.slide-like {
		margin:0 .5em;
		max-width:100%;
		height:auto;
		border:#FFF solid 3px;

	}
	.mySlides {
		display:none;
		max-width: 100%;
		height:auto;
		border:none;
	}
}