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;
}
#nat
{
	position: absolute;
	width: 120px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: -280px;
	color: #33cc33;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #f1e0c7;
	border: 2px solid #33cc33;
	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: 350px;
	top: 75px;
	left: 50%;
	margin-left: -356px;
	background-color: rgba(153,255,153,0.2);	
	border-radius: 8px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: grid;	/*	15 colonnes (16 lignes) et 2 rangées (3 lignes)	*/
	grid-template-columns: repeat(15, 6.66%);
	grid-template-rows: minmax(110px, auto);
	justify-items: center;
	align-content: space-around;
   
}
#a0
{
	grid-area: 1/1/2/6;
}
#a1
{
	grid-area: 1/6/2/11;
}
#a2
{
	grid-area: 1/11/2/16;
}
#a3
{
	grid-area: 2/1/3/6;
}
#a4
{
	grid-area: 2/6/3/11;
}
#a5
{
	grid-area: 2/11/3/16;
}

#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;
	text-align:center;
}
footer
{	
	position: absolute;
	width: 700px;
	height: 120px;
	top: 450px;
	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;
	font-size: 18px;
}
#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: #33cc33;
	text-align: center;
	font-family: 'Times New Roman';
	font-style: italic;	
	font-weight: bold;
	box-shadow: 3px 3px 4px 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;
}