body
{
	position: relative;
	background: url(images/tuile.png) repeat;
	text-align: center;
	font-family: Times New Roman;
	font-style: italic;
	text-decoration: none;
}
.rond
{
  width: 48px;
  border: none;
  border-radius: 27px;
  box-shadow:3px 3px grey;
  background-color: #ab9f8c; /* Brun */
  color: #fff5e1;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  padding: 16px 1px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.rond:hover
{
	background-color: #fff5e1;
	color: #ab9f8c;
}
						/* --- PAR DESSUS --- */

#pardessus
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	z-index: 2;
	background: url(images/tuile.png) repeat;
	text-align: center;
	display: block;
}
#ret
{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -350px;
}
#voy
{
	position: absolute;
	width: 100px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: -280px;
	color: #009900;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #f1e0c7;
	border: 2px solid #009900;
	border-radius: 2px;
	box-shadow: 2px 2px 2px gray;
}
#prcdt, #suiv
{
	position: absolute;
	top: 10px;
	left: 50%;
}
#prcdt
{
	margin-left: 210px;
}
#suiv
{
	margin-left: 290px;
}
header
{
	font-family: Times New Roman;
	font-style: italic;	
}

#aireColoree
{
	position: absolute;
	width: 712px;
	height: 1260px;
	top: 75px;
	left: 50%;
	margin-left: -356px;
	background-color: rgba(153,255,153,0.2);
	color: #009900;
	border-radius: 8px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 175px 4px 175px 4px 175px 4px 175px;
	grid-template-columns: repeat(4, 173px);
	-ms-grid-row: repeat(7, 180px);
	grid-template-rows: repeat(7, 170px);
	grid-gap: 2px;
	grid-template-areas: 
		"a b c d"
		"e f g h"
		"i j k l"
		"m n o p"
		"q r s t"
		"u v w x"
		"y z aa bb";
    align-content: space-between;
	justify-content: space-around;
}
#un
{
	-ms-grid-column: 1;
	-ms-grid-row: 1;	
	grid-area: a;
}
#deux
{
	-ms-grid-column: 3;
	-ms-grid-row: 1;	
	grid-area: b;
}
#trois
{
	-ms-grid-column: 5;
	-ms-grid-row: 1;	
	grid-area: c;
}
#quatre
{
	-ms-grid-column: 7;
	-ms-grid-row: 1;	
	grid-area: d;
}
#cinq
{
	-ms-grid-column: 1;
	-ms-grid-row: 2;	
	grid-area: e;
}
#six
{
	-ms-grid-column: 3;
	-ms-grid-row: 2;	
	grid-area: f;
}
#sept
{
	-ms-grid-column: 5;
	-ms-grid-row: 2;	
	grid-area: g;
}
#huit
{
	-ms-grid-column: 7;
	-ms-grid-row: 2;	
	grid-area: h;
}
#neuf
{
	-ms-grid-column: 1;
	-ms-grid-row: 3;	
	grid-area: i;
}
#dix
{
	-ms-grid-column: 3;
	-ms-grid-row: 3;	
	grid-area: j;
}
#onze
{
	-ms-grid-column: 5;
	-ms-grid-row: 3;	
	grid-area: k;
}
#douze
{
	-ms-grid-column: 7;
	-ms-grid-row: 3;	
	grid-area: l;
}
#treize
{
	-ms-grid-column: 1;
	-ms-grid-row: 4;	
	grid-area: m;
}
#quatorze
{
	-ms-grid-column: 3;
	-ms-grid-row: 4;	
	grid-area: n;
}
#quinze
{
	-ms-grid-column: 5;
	-ms-grid-row: 4;	
	grid-area: o;
}
#seize
{
	-ms-grid-column: 7;
	-ms-grid-row: 4;	
	grid-area: p;
}
#dixsept
{
	-ms-grid-column: 1;
	-ms-grid-row: 5;	
	grid-area: q;
}
#dixhuit
{
	-ms-grid-column: 3;
	-ms-grid-row: 5;	
	grid-area: r;
}
#dixneuf
{
	-ms-grid-column: 5;
	-ms-grid-row: 5;	
	grid-area: s;
}
#vingt
{
	-ms-grid-column: 7;
	-ms-grid-row: 5;	
	grid-area: t;
}
#vingtun
{
	-ms-grid-column: 1;
	-ms-grid-row: 6;	
	grid-area: u;
}
#vingtdeux
{
	-ms-grid-column: 3;
	-ms-grid-row: 6;	
	grid-area: v;
}
#vingttrois
{
	-ms-grid-column: 5;
	-ms-grid-row: 6;	
	grid-area: w;
}
#vingtquatre
{
	-ms-grid-column: 7;
	-ms-grid-row: 6;	
	grid-area: x;
}
#vingtcinq
{
	-ms-grid-column: 1;
	-ms-grid-row: 7;	
	grid-area: y;
}
#vingtsix
{
	-ms-grid-column: 3;
	-ms-grid-row: 7;	
	grid-area: z;
}
#vingtsept
{
	-ms-grid-column: 5;
	-ms-grid-row: 7;	
	grid-area: aa;
}
#vingthuit
{
	-ms-grid-column: 7;
	-ms-grid-row: 7;	
	grid-area: bb;
}
#aireColoree img
{
	display: block;
	border: 3px solid white;
	border-radius: 3px;
	box-shadow: 2px 2px 2px gray;	
}
#aireColoree figure
{
	display: block;
	text-align: center;
	margin-left: 2px;	
}
#aireColoree a
{	
	text-decoration: none;
}
footer
{	
	position: absolute;
	width: 700px;
	height: 120px;
	top: 1330px;
	left: 50%;
	margin-left: -350px;
}
footer a
{
	color: gray;
}
footer a:visited
{
	color: gray;
}
#pied
{
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	color: gray;
}
.ligne
{
	text-decoration: overline;
}
.espace
{
	margin-left: 2em;
}
#legal
{
	font-family: Georgia;
	font-style: normal;
	font-size: 0.8em;
	text-align: center;
	color: gray;
}

							/* --- PAR DESSOUS --- */

#pardessous
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	z-index: 1;
	display: none;
	background: url(images/tuile.png) repeat;
	text-align: center;
	font-family: 'Times New Roman';
	font-style: italic;	
	font-weight: bold;
}
#pardessous .rond
{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -410px;
}

#pardessous table
{
	margin: auto;
}
#pardessous img
{	
	margin-top: 5px;	
}
#zone img
{
	border: solid 10px white;
	box-shadow: 6px 6px 10px gray;
}
 #leg  /*-- Titre --*/
{
	position: absolute;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 30px;
	top: 590px;
	left: 50%;
	margin-left: -360px;
	background-color: #f1e0c7;
}
#taille
{
	position: absolute;
	top: 590px;
	left: 50%;
	margin-left: -30px;
}
#date
{
	position: absolute;
	top: 590px;
	left: 50%;
	margin-left: 300px;
}
#commentaire
{
	position: absolute;
	width: 410px;
	height: 30px;
	top: 635px;
	left: 50%;
	margin-left: -205px;
	background-color: #f1e0c7;
	color: #00bb00;
	text-align: center;
	padding-top: 10px;
	font-family: 'Times New Roman';
	font-style: italic;	
	font-weight: bold;
	box-shadow: 3px 3px 8px grey;	
}
#bas
{
	position: absolute;
	width: 600px;
	top: 685px;
	left: 50%;
	margin-left: -300px;
	color: grey;
}
#bas a
{
	color: grey;
	text-decoration: none;
}
#batonG
{
	position: absolute;
	width: 90px;
	top: 700px;
	left: 50%;
	margin-left: -320px;
}
#batonD
{
	position: absolute;
	width: 90px;
	top: 700px;
	left: 50%;
	margin-left: 250px;
}