<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cache {
	background-color:#1D5858;
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: 0px;
	z-index:999;
	color:#FFF;
}
#cache_grille{
	background-color:#000;
	position:absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:9999;
	display:none;
	opacity:0.4;
}

body {
	background-color: #1D5858;
	font-family: Arial, Helvetica, sans-serif;
	font:11pt arial;
}
.bouton_feuille{
	background-color:#060; cursor:pointer;color:#FFF; font-size:15px; line-height:20px; width:20px; height:20px; border-radius:10px;text-align:center;margin:1px;margin-left:auto;margin-right:auto;
	transition: all 0.5s;
}
.bouton_feuille:hover{
	background-color:#9C3;
	transition: all 0.5s;
}

td { text-align:center; color:black; }
td.gr00 { font:bold 18pt arial; background-image:url(P00.png); width:32px; height:32px; color:white; line-height:32px; }
td.gr0 { font:bold 18pt arial; background-image:url(P00.png); width:32px; height:32px; color:white; line-height:32px; }
td.gr1 { font:bold 18pt arial; background-image:url(P01.png); width:32px; height:32px;  line-height:32px;}
td.gr2 { font:bold 18pt arial; background-image:url(P02.png); width:32px; height:32px;  line-height:32px;}
td.gr3 { font:bold 18pt arial; background-image:url(P03.png); width:32px; height:32px; line-height:32px; }
td.gr4 { font:bold 18pt arial; background-image:url(P04.png); width:32px; height:32px;  line-height:32px;}
td.gr8 { font:bold 18pt arial; background-image:url(P08.png); width:32px; height:32px;  line-height:32px;}
td.grD { font:bold 18pt arial; background-image:url(P10.png); width:32px; height:32px;  line-height:32px;}
td.vid { font:bold 18pt arial; width:32px; height:32px; line-height:60%; }

td.A3D { border:#BABABA 0px solid; border-radius:3px; }
td.B3D {
	border:#003300 0px solid;
	border-radius:3px;
	background-color:#0F2F2F;
}
td.C3D { border:#BABABA 0px solid; border-radius:3px; }

td.tit { font-weight:bold; color:white; }
td.let { font-weight:bold; color:yellow; }
td.til {
	font-weight:bold;
	color:#FFF;
}
td.gau {
	text-align:left;
}
td.aid { font-weight:bold; background-color:#FFFFDD; color:blue; }
td.pro { font:11pt Lucida Console, Courier New; text-align:left; }

#td_centrale {
	width:80px;
}

td.L0  { font:bold 16pt arial; width:26px; height:26px; background-color:#edb46a; }
td.LV  { font:16pt arial; width:26px; height:26px; color:grey; }
tr.aiH { height:90px; }

#liste { height:480px; width:100%; overflow:auto; }
#cntrl { height:110px; width:80%; overflow:auto; display:inline-block; }

.titre { font:bold 20pt arial; color:#FF9; text-align:center;}

#page  {
   position: absolute;
   width: 1200px;       /* selon la largeur voulue */
   margin-left: -600px; /* moitie de width */
   left: 50%;           /* constant, toujours 50% */
   height: 640px;       /* selon la quantite de texte */
   margin-top: -320px;  /* moitie de height */
   top: 50%;   /* constant, toujours 50% */
}

.button {
	border-top: 1px solid #72c7fc;
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: #000 0 1px 1px;
	text-shadow: #000 0 1px 1px;
	color: white;
	font:bold 12pt arial;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
	transition: all 0.5s;
	background:rgba(0,0,0,0.2);
   }
.button:hover {
   border: none;
   background:rgba(0,0,0,0.5);
   transition: all 0.5s;
   }
.button_clic {
	background:#F00;
}

.button_demarrer {
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: #000 0 1px 1px;
	color: white;
	font:bold 20pt arial;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
	background:rgba(0,0,0,0);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #72c7fc;
	transition: all 0.5s;
   }
.button_demarrer:hover {
	border:none;
	background:rgba(0,0,0,0.4);
	transition: all 0.5s;
   }
.button_solution {
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: #000 0 1px 1px;
	color: white;
	font:bold 20pt arial;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
	background-color: #F00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	transition: all 0.5s;
   }
.button_solution:hover {
	border-color: #900;
	background-color: #900;
	transition: all 0.5s;
   }
.button_chrono {
	border-top: 1px solid #72c7fc;
	padding: 5px 10px;
	border-radius: 14px;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: #000 0 1px 1px;
	color: white;
	font:bold 20pt arial;
	text-decoration: none;
	vertical-align: middle;
	cursor:default;
   }
.chrono_vert {
	background-color: #3C0;
}
.chrono_rouge {
	background-color:#C00;
}
.blanc {
	background-color:#FFF;
}
.vert {
	background-color:#0F2F2F;
}
.affichage {
	background-color:#FFF;
	margin-bottom:50px;
	border-radius:3px;
}
.creme {
	color:#FFC;
}
#surlignage {
	background: rgba(0,0,0,0);
	height: 28px;
	width: 194px;
	position: absolute;
	display:block;
	z-index: 99;
	left: 0px;
	top: 0px;
	border: 4px solid #C00;
	border-radius:2px;
	box-shadow: rgba(0,0,0,1) 2px 2px 2px;
	opacity:0;
}
.bois { 
	font:bold 18pt arial;
	background-image:url(P00.png);
	width:32px;
	height:32px;
	line-height:32px;
	color:#030;
	display:inline-block;
	
}
#bien_joue {
	position:absolute;
	display:block;
	width:75px;
	height:65px;
	z-index:120;
	opacity:0;
	bottom: 0px;
	border-radius:10px;
	background-image:url(Taupe.png);
	border: 1px solid #FFF;
}
#carton {
	width:20px;
	height:20px;
	position:absolute;
	top:-7px;
	right:-7px;
	-webkit-transform: rotate(30deg);
	-webkit-box-shadow: 1px 1px 4px #000;
	background-color:#FF9;
	text-align:center;
	line-height:20px;
	font-size:14px;
	font-weight:bold;	
}
#pause {
	position:absolute;
	display:block;
	height:30px;
	width:30px;
	z-index:130;
	bottom: 50%;
	border-radius:5px;
	padding:5px;
	opacity:0;
	text-align:center;
	border-top: 1px solid #FFF;
	background:rgba(0,0,0,0.2);
	box-shadow: #000 0 1px 1px;
	cursor:pointer;
	transition: all 0.5s;
	vertical-align:middle;
}
.pastille {
	display:block;
	height:32px;
	width:32px;
	cursor:default;
	background:rgba(255,255,255, 0.2);
	background-image: url(sphere.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	 
.drop_survol {
	background-color:#CCC;
}
#pause:hover {
   border: none;
   background:rgba(0,0,0,0.5);
   transition: all 0.5s;
   }
#anagrammes {
	position:absolute;
	background:rgba(0,0,0,0.2);
	width:100%;
	max-height:255px;
	display:block;
	overflow: auto;
	left: 0px;
	top: 40px;
	text-align:center;
	color:#FFF;
	letter-spacing:0.1em;
	transition: all 0.5s;
}
#appuis {
	position:absolute;
	background:rgba(0,0,0,0.2);
	width:100%;
	max-height:255px;
	display:block;
	overflow: auto;
	left: 0px;
	top: 40px;
	text-align:center;
	color:#FFF;
	letter-spacing:0.1em;
	transition: all 0.5s;
}
.button_choix {
	background-color:#FFF;
	width:16px;
	height:16px;
	border: 3px solid #030;
	display:inline-block;
	cursor:pointer;
	border-radius:4px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#060;
	text-align:center;
}
.blanc_gras {
	font-weight:bold;
	color:#FFF;
}
.jaune_maigre {
	font-weight:normal;
	color:#FF9;
}
.contour {
	-webkit-text-stroke: 2px white;
}
#zoom {
	width:30px;
	height:30px;
	display:none;
	position:absolute;
	top:0;
	left:0;
	color:#FFF;
	cursor:pointer;
	border-radius:30px;
	line-height:30px;
	text-align:center;
	border: 4px solid #030;
	font-size:24px;
}
.drag {
	cursor:default;
}
.drag:active {
	transform: scale(1.15,1.15);
    transform-origin: center;
	-webkit-box-reflect: below 3px -webkit-gradient(linear,0 0,0 100%,  from(transparent),color-stop(.4,transparent),to(rgba(255, 255, 255, 0.2)));
	box-shadow: rgba(0,0,0,1) 2px 2px 2px;
	cursor:move;
}
@media screen and (max-width: 1200px){
    /* Ici du code s'appliquant aux Ã©crans de moins de 1200 pixels de large ! */
#page, #page_bis  {
	width: 100%;  
	height:100%;
	min-width:1020px;
	top:0;
	left:0;
	margin:0;
}
#td_centrale {
	width:35px;
}
#bien_joue {
	width:35px;
	height:30px;
	border-radius:5px;
	background-image:url(Taupe_little.png);
}
#carton {
	top:-15px;
	right:-7px;

}
}

@media screen and (max-width: 1024px){
	/* Ici du code s'appliquant aux Ã©crans de moins de 1024 pixels de large ! */
}
</pre></body></html>