body{
	background-color: rgba(207,158,133,1);
}
.corps{
	width: 85%;
	margin: auto;
}
#illustration{
	float: right;
	min-width: 250px;
	max-width: 500px;
	width: 20%;
	margin-left: 20px;
}
#illustration img {
	width: 100%;
	height: auto;
}
.corps h1{
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}
.corps p{
	text-align: justify;
	font-size: 16px;
}

#oeuf-ouvert {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform 0.5s ease-in-out;
	border-radius: 10px;
	background-color: white;
	z-index: 5;
	text-align: center;
	box-shadow: 1px 1px 5px #888;
}
#info-oeuf {
	font-family: monospace;
	font-size: 10px;
	line-height: 1.1em;
}

@media all and (max-width:900px) {
	#illustration{
		float: none !important;
		width: 100% !important;
		display: block;
		margin-left: 0px !important
	}
}