body{
	background-color: rgba(220,130,150);
}
.corps {
	text-align: center;
	width: 80%;
	margin: auto;
}
#texte, #affiche {
	display: inline-block;
	margin: 1%;
	vertical-align: top;
}
#texte {
	text-align: justify;
	width: 60%;
}
#affiche {
	width: 35%;
}
h2 {
	text-align: center;
}

.lien {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 5px;
	height: 100px;
}
.logo {
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 250px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media all and (max-width:890px) {
	#texte, #affiche {
		display: block;
		width: 100%;
		margin: 0px;
	}
}