
table.motscroises0 {
	border:0; 
	padding:0;
	width:100%;
	text-align:left;
}	

.mots_croises {
	float:left;
	width:100%;
	clear:both;
}

.jeux_vertical, .jeux_horizontal{
	float:left;
	font-size:90%;
	text-align:left;
	
/*
	min-width:18em;
	width:18em;
	margin-right:0.8em;
	margin-left:0.8em;
*/
	max-width:42%;
	width:42%;
	margin-right:3%;
	margin-left:3%;
}

.jeux_liste_lettres li{
	list-style-type:upper-alpha; 
}

.jeux_liste_chiffres li{
	list-style-type:decimal; 
}

/*.jeux_horizontal .jeux_vertical {float:left}*/

h4.jeux_grille{
	margin:0.8em;
	padding:0;
	font-weight:bold;
}


.jeux_horizontal ol, .jeux_vertical ol{
	margin:0;
	list-style-position:inside;
	padding-left:15px;
}

.jeux_horizontal > ol, .jeux_vertical > ol{
	list-style-position:outside;
	padding-left:15px;
}

/* ============= modifs CM 4 juin 2024  ================ */

.jeux_grille td.jeux_noir {
	/*background-color: #FFF !important;
	color: #FFF !important; */
	border: 0px !important;
}

table.jeux_grille input, table.jeux_grille th, table.jeux_grille td {
	min-width: 1.5em;
	width: 2.5em;
	height: 2.5em;
	min-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #D8C6D4 !important;
	font-size: 16px !important;
}
table.jeux_grille th {
	border: none !important;
}
.jeux_grille td.jeux_coin {
	border: none !important;
}

@media screen and (max-width: 440px) {
	table.jeux_grille input, table.jeux_grille th, table.jeux_grille td {width: 1em !important;}
	label {display: none !important;}
	.texte li {text-align: left};
}

.jeux_erreur {
	font-family: arial, helvetica, sans-serif;
	color: red;
	font-size: 150% !important;
	font-weight: bold;
	font-style: italic;
	clear: both;
	text-align: center !important;
	margin: 10px auto 0px;
}
.mots_croises br {
	display: none;
}

.mots_croises input {
	border: 1px solid grey !important;
	font-size: larger;
	padding: 5px 15px;
}
