body {
	background-image: linear-gradient(90deg, #b0d4e3, #649ab1);
}

.ecritgros {
	font-size:1.6rem;
}

.ecritplusgros {
	font-size:2.5rem;
}

#pyxel {
  float:right;
  max-width:40%;
  margin-left:2rem;
}
#logo_ndc {
  float:left;
  width:300px;
  max-width:100%;
}
#python_ndc {
  float:right;
  width: 250px;
  max-width:100%;
}

.entete {display:block;}

.entete table {
	margin:auto;
	border: none;
	width:98%;
	box-shadow: none;
}
.entete td {
	vertical-align: center;
	border: none;
}

.carte {
  text-align:center;
}
#carte_ndc {
  width: 80%;
  max-width: 600px;
}

.illu_droite {
  float:right;
  margin-right: 0px;
  margin-left: 1rem;
}

table.participants {
  font-size: 1.1rem;
  margin:auto;
  border: 2px solid #000000;
  background-color : #dddddd ;
  width: 80%;
  max-width: 600px;
  border-spacing:0;
  table-layout:fixed;
  box-shadow: 4px 4px 8px #202020; /*droite,bas,diffusion,couleur*/
}
table.participants td {
    padding:0.4rem;
    border-right: 1px solid #000000;
    border-bottom: 1px solid black;
	text-align:center;
    vertical-align:center;
}

table.participants td p {
  margin-top:0;
  margin-bottom:0;
}

table.participants tr:first-child {
    background-color:#60a0f0;
}


table.en-tete {
	border: none;
	width: 100%;
	text-align:center;
	vertical-align:center;
	margin-bottom:2rem;
	color: crimson;
	font-size: 3rem;
}
}


.documentation {
	background-color: #a0a0e0;     /*Couleur RGB sans transparence (pour compatibilité*/
	background-color: #b0b0b090;   /*Couleur RGBA avec transparence (dernier octet)*/
}

div.documentation p {
  margin-top: 0px;
  margin-bottom: 0.3rem;
}
div.documentation ul {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}


.Titre_doc {
	text-decoration: underline;
}

/* iframe pyxel contenant le jeu */
.jeu_pyxel {
	width:100%;
	max-width:800px;
	max-height:800px;
	text-align:center;
	margin: auto;  /* Pour centrer sur la page */
}

/* iframe pyxel contenant le jeu */
.jeu_scratch {
	width:100%;
	max-width:800px;
	max-height:650px;
	text-align:center;
	margin: auto;  /* Pour centrer sur la page */
}

/* Auteurs du jeu */
.auteurs {
	font-style: italic;
	color: crimson;
}

.gif_jeu {
	float: right;
	width: 20%;
	/*max-width: 200px;*/
	margin-left: 1rem;
	border: 3px solid black;
}

.tutoriel {margin-left: 3rem;}

.image_miniature {
  height: 1.5rem;
}

.Annonce {
  background-color: #f02040a0;
  display:block;
  border:dashed;
  margin-top:1rem;
  margin-bottom:1rem;
}

.Annonce table {
  border: none;

}
.Annonce table td {
  border:none;
  text-align:left;
}

td.icone_laterale {
  width:15%;
  max-width:200px;
  padding:0px;
  padding-right:1rem;
}

img.icone_laterale {
  max-width:400px;
  width:100%;
}

li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}