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;
}
#renc
{
	position: absolute;
	width: 100px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: -280px;
	color: #ff9900;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #f1e0c7;
	border: 2px solid #ff9900;
	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: 1550px;
	top: 75px;
	left: 50%;
	margin-left: -356px;
	background-color: rgba(255,204,0,0.2);	
	border-radius: 8px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	display: grid;	/*	20 colonnes (21 lignes) et 8 rangées (9 lignes)	*/
	grid-template-columns: repeat(20, 5%);
	grid-template-rows: 180px, 150px, 180px, 150px, 180px, 150px, 180px, 150px;
	justify-content: space-evenly;
	align-content: space-evenly;
}
#a0
{
	grid-area: 1/1/2/5;
}
#a1
{
	grid-area: 1/5/2/9;
}
#a2
{
	grid-area: 1/9/2/13;
}
#a3
{
	grid-area: 1/13/2/17;
}
#a4
{
	grid-area: 1/17/2/21;
}

#a5
{
	grid-area: 2/1/3/6;
}
#a6
{
	grid-area: 2/6/3/11;
}
#a7
{
	grid-area: 2/11/3/16;
}
#a8
{
	grid-area: 2/16/3/21;
}

#a9
{
	grid-area: 3/1/4/5;
}
#a10
{
	grid-area: 3/5/4/9;
}
#a11
{
	grid-area: 3/9/4/13;
}
#a12
{
	grid-area: 3/13/4/17;
}
#a13
{
	grid-area: 3/17/4/21;
}

#a14
{
	grid-area: 4/1/5/6;
}
#a15
{
	grid-area: 4/6/5/11;
}
#a16
{
	grid-area: 4/11/5/16;
}
#a17
{
	grid-area: 4/16/5/21;
}

#a18
{
	grid-area: 5/1/6/5;
}
#a19
{
	grid-area: 5/5/6/9;
}
#a20
{
	grid-area: 5/9/6/13;
}
#a21
{
	grid-area: 5/13/6/17;
}
#a22
{
	grid-area: 5/17/6/21;
}

#a23
{
	grid-area: 6/1/7/6;
}
#a24
{
	grid-area: 6/6/7/11;
}
#a25
{
	grid-area: 6/11/7/16;
}
#a26
{
	grid-area: 6/16/7/21;
}

#a27
{
	grid-area: 7/2/8/6;
}
#a28
{
	grid-area: 7/6/8/11;
}
#a29
{
	grid-area: 7/11/8/16;
}
#a30
{
	grid-area: 7/16/8/20;
}

#a31
{
	grid-area: 8/3/9/8;
}
#a32
{
	grid-area: 8/9/9/13;
}
#a33
{
	grid-area: 8/14/9/19;
}

#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-align: center;
	text-decoration: none;
}
footer
{	
	position: absolute;
	width: 700px;
	height: 120px;
	top: 1630px;
	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: -405px;
}

#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;
	height: 30px;
	top: 595px;
	left: 50%;
	margin-left: -360px;
	background-color: #f1e0c7;
}
#taille
{
	position: absolute;
	top: 595px;
	left: 50%;
	margin-left: -30px;
}
#date
{
	position: absolute;
	top: 595px;
	left: 50%;
	margin-left: 300px;
}
#commentaire
{
	position: absolute;
	width: 410px;
	height: 30px;
	top: 635px;
	left: 50%;
	margin-left: -205px;
	background-color: #f1e0c7;
	color: #ff9900;
	text-align: center;
	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;
}