#table {
	width:650px;
	height:300px;
	background-color:green;
	border:3px #164d16 solid;
}
#command {
	margin-top:15px;
	margin-right:10px;
}
#charge {
	text-align:center;
	font-weight:bold;
	padding-top:90px;
	color:white;
	visibility:hidden;
}
#info {
	background-color:yellow;
	font-weight:bold;
	text-align:center;
	width:806px;
	visibility:hidden;
}
#leFlop {
	height:40px;
	text-align:center;
	visibility:hidden; 
}
#leFlop img {
	width:70px;
	height:100px;
	margin-right:15px;
	margin-top:10px;
	border:2px solid black;
}
#carteJoueur {
	height:40px;
	margin-top:20px;
	text-align:center;
	visibility:hidden; 
}
#carteJoueur img {
	width:70px;
	height:100px;
	margin-right:15px;
	border:2px solid black;
}
#commentaire {
	margin:0 auto;
	width:600px;
	text-align:left;
	font-size:15px;
	font-style:italic;
	visibility:hidden;
}
#expliqueCommentaire {
	margin-top:-20px;
	font-style:italic;
}
#commentaire li.titre {
	font-weight:bold;
	font-size:20px;
}
ul 		{	list-style-type:none;	}
li.titre 	{	margin-left:-10px;		}
noscript 	{	font-weight:bold; background-color:yellow;	}
