body{
	background-color:white;
	padding:0;
	margin:0;
	text-align:center;
	line-height:100%;
}
.carte{
	border:1px solid rgba(0,0,0,0);
	box-shadow:0 0 2em black;
	position:absolute;
	width:80%;
	min-height:300px;
	margin-top:20px;
	margin-left:-40%;
	text-shadow:1px 1px 2px black;
	padding-left:20px;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
#recto{
	display:inline-block;
	background-image:url('./images/c000001/surprise.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:290px;
	transform: rotate3d(50, 50, 5, 0deg);
		line-height:300px;
		font-size:1.8em;
		color:red;
		font-style:italic;
}
#verso{
	display:inline-block;
	background-image:url('./images/c000001/fete.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:140px;	
	transform: rotate3d(50, 50, 5, -180deg);
		line-height:50px;
		font-size:1.5em;
		background-color:darkred;
		color:white;
}
p{
	font-weight:bold;
}
.first{
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
*{
	transition:all 1s ease;
}
#renard{
	width:40px;
	height:40px;
	display:inline-block;
	background-image:url('./images/renard.png');
	background-repeat:no-repeat;
	background-position:left middle;
	background-size:40px;
}