body.puzzle {
	background: #333333 ;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* ************************* */
/*           JEUX            */
/* ************************* */

a.lienJeu, a.lienJeu:visited {
	color: #47548F ;
	text-decoration: none;
	font-weight: bold;
}

a.lienJeu:hover {
	color: #9F272C ;
	text-decoration: none;
	font-weight: bold;
}


/* REGLES DES MOTS CROISES */
span.regleMotsCroises {
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	color: #7F7F7F;
}

ul.regleMotsCroises li {
	padding-bottom: 10px;
}

table.regleMotsCroises {
	border: none;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

table.regleMotsCroises td {
	border: 1px solid gray;
	font-weight: bold;
	color: gray;
	font-size: 10pt;
	padding: 10px;
}

/* PUZZLE */

table.listePuzzle {
	border: 1px solid gray ;
	padding: 8px;
	width: 350px;
	height: 240px;
}


table.listePuzzle td.titre {
	border: none ;
	color: gray ;
	font-size: 10pt;
	padding-bottom: 15px;
	font-weight: bold;
}

table.listePuzzle td.image {
	border: none ;
}

table.listePuzzle td.nbePieces {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

a.jeuNoFlash, a.jeuNoFlash:hover, a.jeuNoFlash:visited {
	color: blue;
	text-decoration: underline;
} 

span.aideTitre { color: gray; font-weight: bold; font-size: 14pt; } 