p a img {
	align-content: center;	
	background-color: hsla(170,69%,55%,1.00);	
	
}

a:link {
	color: hsla(114,100%,33%,1);
	text-decoration: none;
}
a:visited {
	color: hsla(114,100%,33%,1);
	text-decoration: none;
}
a:hover {
	color: hsla(114,100%,33%,1);
	text-decoration: none;
}
a:active {
	color: hsla(114,100%,33%,1);
	text-decoration: none;	
}*/


@media (min-width: 250px){
	
	
	.texte {
	color: hsla(123,90%,48%,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 12px;
	font-style:italic;
	text-align: center;
		}
		p a img {
			margin-top: 50px;	
	width: 100%; height:auto
		}
}
@media only screen and (min-width: 600px) and (orientation: landscape){
p a img {
		margin:0px;
		width:auto; height:100vh;}
		.texte {	
		color:hsla(233,77%,48%,1.00);
		font-size: 20px;
}
}
	@media only screen and (min-width: 980px) {
	p a img {	
	width: auto;
	height: 85vh;
	margin-bottom: 20px;
	border: 5px solid hsla(60,100%,80%,1.00);
	margin-bottom:-20px;	
	}
.texte {
	color: hsla(60,100%,80%,1.00);
	font-size:22px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;	
}

	
}