body{
	background-color: rgba(248,209,129,1);
}
.corps{
	width: 85%;
	margin: auto;
}
#exemple{
	float: right;
	width: 50%;
	margin-left: 20px;
	max-width: 600px;
}
#exemple img {
	width: 100%;
	height: auto;
}
.corps h1{
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}
.corps p{
	text-align: justify;
	font-size: 16px;
}

@media all and (max-width:900px) {
	#exemple{
		float: none !important;
		width: 100% !important;
		display: block;
		margin-left: 0px !important
	}
}