body
{
	position: relative;
	background: url(images/tuile.png) repeat;	
	text-align: center;
	font-family: Times New Roman;
	font-style: italic;
	
}
header
{
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 600px;	
	height: 91px;
}
#bleauHt
{
	display: inline-block;
	width: 598px;	
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}
.gauche
{
	width: 149px;
}
.milieu
{
	width: 300px;
}
.droit
{
	width: 149px;
}
#langue
{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -350px;
}
nav
{	
	position: absolute;
	width: 676px;
	height: 44px;
	top: 120px;
	left: 50%;
	margin-left: -338px;
	text-align: center;
	background-color: #fff5df;
	
	display: grid;
	grid-template-columns: repeat(26, 26px);
	grid-template-rows: (1, 44px);
}
#accueil
{
	grid-area: 1/2/2/6;
}
#auteur
{
	grid-area: 1/7/2/11;
}
#oeuvre
{
	grid-area: 1/12/2/16;
}
#actualite
{
	grid-area: 1/17/2/21;
}
#merci
{
	grid-area: 1/22/2/26;
}
.dbouton /*Faux-boutons*/
{
	display: inline-block;
	width: 100px;
	height: 32px;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
	background-color: rgb(171,159,140);
	vertical-align: middle;	
}
.dboutonActif
{	
	display: inline-block;
	width: 100px;
	height: 32px;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
	background-color: rgb(240,226,196);	
	vertical-align: middle;	
}
.pbouton
{
	color: rgb(255,245,225);
	font-family: Times New Roman;
	font-style: italic;
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	position:relative; /*Pour placer le paragraphe à mi-hauteur du faux-bouton*/
	top:50%;
	margin-top:-8px; /*Soit la moitié de la moitié de la hauteur!*/ 	
}
.pbouton:hover
{
	color: rgb(171,159,140);
}
.abouton
{
	display: block; /*Ainsi c'est le conteneur du lien, c.a.d. ici le paragraphe qui est rendu cliquable*/
	width: 100%; /*Pour étendre au maximum du conteneur cette zone cliquable*/
	height: 100%; /*id*/
	text-decoration: none; /*Evite les pointillés et autres changements de couleur*/
	color: rgb(255,245,225);
}
.aboutonActif
{
	display: block; /*Ainsi c'est le conteneur du lien, c.a.d. ici le paragraphe qui est rendu cliquable*/
	width: 100%; /*Pour étendre au maximum du conteneur cette zone cliquable*/
	height: 100%; /*id*/
	text-decoration: none; /*Evite les pointillés et autres changements de couleur*/
	color: rgb(171,159,140);
}
.dbouton:hover
{	
	background-color: rgb(255,245,225);
	color: rgb(171,159,140);
}
.abouton:visited
{
	text-decoration: none;
	color: rgb(255,245,225);
}
.abouton:hover
{
	color: rgb(171,159,140);
}
#sect
{
	position: absolute;
	width: 700px;
	height: 500px;
	top: 200px;
	left: 50%;
	margin-left: -355px;	
	box-sizing: border-box;
}

#bienvenue
{
	position: absolute;
	width: 192px;
	height: 500px;
	top: -15px;
	left: 50%;
	margin-left: -350px;
	padding: 5px 25px 5px 15px;
	text-align: justify;	
	box-sizing: border-box;	/*-- Evite que width comprenne padding et border --*/
}
#bienvenue p
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.neoBouton
{
	margin-left: 15px;
	background-color: rgb(171,159,140);
	color: rgb(255,245,225);
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	box-shadow: 4px 4px 4px gray;
}
.neoBouton:hover
{
	background-color: rgb(255,245,225);
	color: rgb(171,159,140);
}
#image
{
	position: absolute;
	width: 316px;
	height: 425px;
	top: 5px;
	left: 50%;
	margin-left: -158px;
}
#plan
{
	position: absolute;	
	width: 192px;
	height: 500px;
	top: -15px;
	left: 50%;
	margin-left: 158px;
	padding: 5px;
	text-align: left;	
	box-sizing: border-box;
	font-size: 19px;
	font-weight: bold;
}
#plan p
{
	margin-left: 25px;
	text-decoration: underline;
}
ol
{
	list-style-type: none;	/* Enlève les markers */
	margin-left: -15px;	
}
ol a
{
	text-decoration: none;
	color: gray;
}
ol a:hover
{
	text-decoration: none;
	color: maroon;
}

footer
{
	position: absolute;
	width: 700px;
	height: 120px;
	top: 690px;
	left: 50%;
	margin-left: -350px;	
}
footer a
{
	text-decoration: none;
	color: gray;
}
footer a:visited
{
	text-decoration: none;
	color: gray;
}
#pied
{
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
	color: gray;
}
.ligne
{
	text-decoration: overline;
}
.espace
{
	margin-left: 2em;
}
#legal
{
	font-family: Georgia;
	font-size: 0.6em;
	text-align: center;
	color: gray;
}