/* =========================================================== */
/* DEBUT DE L OPTION : CHOIX DU PUZZLE ======================= */
/* =========================================================== */
p.bloc-puzzle-image {
	display:	inline-block;
	margin-top: 0px;
}

p.bloc-puzzle-image img {
	height:				95px;
	width:				210px;
	border:				solid 3px red;
	border-radius:		10px;
}

p.bloc-puzzle-image img:hover {
	height:				95px;
	width:				210px;
	border:				solid 3px blue;
	border-radius:		10px;
}
 
p.bloc-puzzle-image span {
    display:			block;
	margin-top:			2px;
	margin-bottom:		2px;
	FONT-WEIGHT:		bold; 
	FONT-SIZE:			0.80em;  
	font-family:		'Comic Sans MS'; 
	color:				red;
	border:				solid 3px red;
	text-align: center;
	border-radius:		20px;
	background-color:	#F5F5DC;
}

#centrer-choix-puzzle{
	overflow-x: 	hidden; 
	overflow-y:		hidden;
	height: 		554px;
	width: 			880px;
	margin-left: 	auto;
	margin-right:	auto;
	margin-top: 	-564px;
}

#le-mot-puzzle{
	margin-left: 70px;
	margin-top:	30px;
	height:		420px;
	width:		100px;
	line-height:20%;
}

/* =========================================================== */
/* FIN DE L OPTION : CHOIX DU PUZZLE ========================= */
/* =========================================================== */
/*
/*
/*
/* =========================================================== */
/* DEBUT DE L A FFICHAGE DU PUZZLE JOUE ====================== */
/* =========================================================== */
#bloc-du-puzzle-choisi{
	margin-top:		-450px;
	margin-left: 	auto;
	margin-right: 	auto;
	width:			1013px;
	height:			565px;
}

/* AFFICHAGE DE L IMAGE DE L EXEMPLE DU PUZZLE ============= */
#image-exemple-puzzle{
			margin-top: 	15px;
			width: 			210px;
			height:			105px;
			border:			3px rgb(123, 104, 238) solid;
			border-radius:	10px;
			overflow:		hidden;
}

/* AFFICHAGE DU MOT EXEMPLE ================================= */
#mot-exemple-puzzle{
			margin-top: 	-114px;
			margin-left:	220px;
			font-size:		1em;
			font-family:	'Comic Sans MS';
			font-weight: 	bold;
			letter-spacing : -5px;
			writing-mode: 		vertical-lr;
			text-orientation:	upright;
}

/* AFFICHAGE DU PUZZLE ====================================== */
#affichage-du-puzzle{
			margin-left: 	auto;
			margin-right: 	auto;
			width:			995px;
			height:			420px;
			overflow-x: 	hidden; 
			overflow-y:		hidden;
			border-radius:	15px;
}

/* AFFICHAGE DU TITRE A GAUCHE ============================== */
p.bloc-titre-lettre-a-gauche {
	display:		inline-block;
	text-align: 	center;
	font-family:	arial black;
	font-size:		1.875em;
	text-shadow:	white 5px 5px 5px;
	transform: 		rotate(20deg);
}

p.bloc-titre-lettre-a-droite {
	display:		inline-block;
	text-align: 	center;
	font-family:	arial black;
	font-size:		1.875em;
	text-shadow:	white 5px 5px 5px;
	transform: 		rotate(-35deg);
}

/* =========================================================== */
/* FINE L AFFICHAGE DU PUZZLE JOUE ========================== */
/* =========================================================== */