body {
	margin:0;
	padding:0;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	background: url(../img/fond.jpg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}
#titre_principal , #reflechis{
		text-align: center;
	}
#cestgagne {
	display:none;
}

#logo-monstre {
	position:absolute;
	top:0px;
    left:90%;

}
	#attention {
	color:red;
	margin-left:10px;
	margin-bottom:0px;
}
	.word {
	font-size:2em;
  background:#F7EFAA;
  padding: 5px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}