*{
	margin:0;
	padding:0;
	border:none;
}


#conteneur{
	width: 1200px;
	margin: 10px auto;
	background: white;
	font-family: 'Source Sans Pro', Arial;
	font-size: 20px;
	color:black;
	line-height: 24px;
}

h2 {
	line-height: 30px;
}



/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
	#conteneur{
	width: 1000px;
	}
   
}



@media only screen and (max-width: 979px) {
	#conteneur{
	width: 760px;
	}

}



@media only screen and (max-width: 767px) {
	#conteneur{
		width: 470px;
	}

	h1 img {
		max-width:65% !important;
	}

	.photos img {
		max-width: 40% !important;
	}

	.textes {
		font-size: 17px !important;
		line-height: 20px;
	}

	.banner {
		max-width: 100% !important;
	}

}



@media only screen and (max-width: 479px) {
	#conteneur{
	width: 310px;
	}

	h1 img {
		max-width:85% !important;
	}

	h2 {
		font-size: 20px;
	}

}