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;
}
#atmo
{
	position: absolute;
	width: 120px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: -280px;
	color: #ff6666;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #f1e0c7;
	border: 2px solid #ff6666;
	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: 850px;
	top: 75px;
	left: 50%;
	margin-left: -356px;
	background-color: rgba(255,102,102,0.2);	
	border-radius: 8px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;	
	display: grid;
	grid-template-columns: repeat(4, 173px);
	grid-template-rows: repeat(4, 200px);
	grid-gap: 2px;
	grid-template-areas: 
		"a b c d"
		"e f g h"
		"i j k l"
		"m n o p";		
    align-content: space-between;
	justify-content: space-around;
}
#un
{
	grid-area: a;
}
#deux
{
	grid-area: b;
}
#trois
{
	grid-area: c;
}
#quatre
{
	grid-area: d;
}
#cinq
{
	grid-area: e;
}
#six
{
	grid-area: f;
}
#sept
{
	grid-area: g;
}
#huit
{
	grid-area: h;
}
#neuf
{
	grid-area: i;
}
#dix
{
	grid-area: j;
}
#onze
{
	grid-area: k;
}
#douze
{
	grid-area: l;
}
#treize
{
	grid-area: m;
}
#quatorze
{
	grid-area: n;
}
#quinze
{
	grid-area: o;
}
#seize
{
	grid-area: p;
}
#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: 930px;
	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: -300px;
	background-color: #f1e0c7;
}
#taille
{
	position: absolute;
	top: 595px;
	left: 50%;
	margin-left: -30px;
}
#date
{
	position: absolute;
	top: 595px;
	left: 50%;
	margin-left: 270px;
}
#commentaire
{
	position: absolute;
	width: 410px;
	height: 30px;
	top: 635px;
	left: 50%;
	margin-left: -205px;
	background-color: #f1e0c7;
	color: #ff6666;
	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;
}