   		body {
    	background-color: darkgreen;
    	background-image: url(fond.png);
    	background-position: left;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    	color: white;
    	font-family: Ryman Eco, serif;
    	text-align: center;
    	margin-left: 20%;
}
		h1, h2, h3, nav {
    	margin: auto;
    	text-shadow: -1px 2px 3px
}
		h1 {
    	font-size: 300%;
}
		h2 {
    	font-size: 200%;
}
		h2, h3 {
	margin-top: 24px;
	margin-bottom: 18px;
}
		p {
	display: block;
	font-size: 20px;
	text-align: left;
	text-indent: 24px;
	max-width: 1000px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 24px;
}
		strong {
	font-size: 21px;
	font-weight: bolder;
}
		nav {
    	overflow: auto;
    	font-size: 168%;
    	display: flex;
	justify-content: center;
	align-items: flex-end;
    	padding: auto;
    	max-width: 760px;
    	font-family: Osake, sans-serif;
}
		nav ul {
    	list-style-type: none;
    	padding: 0;
}
		ul,ol,dl {
	display: inline-block;
    	padding: 5px;
    	max-width: 1000px;
	font-size: 20px;
}
		li {
	text-align: left;
}
		li a {
	display: inline-block;
	color: white;
	text-align: center;
	text-decoration: none;
}
		h1 a {
	text-decoration: none;
	color: white;
	grid-area: titre;
}
		h1 a:hover, li a:hover {
	background-image: url(lotus.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}
		h1 a:hover {
	background-size: 90px;
}
		li a:hover {
	background-size: 60px;
}
		img:hover {
	filter: brightness(128%);
}
		a {
	color: yellow;
}
		adress a:hover {
	color: Chartreuse;
}
		hr {
	width: 24%;
}
		adress {
	font-family: sans-serif;
}
		dl {
	text-align: left;
	max-width: 800px;
	margin: auto;
}
		dt {
	font-weight: bolder;
}
		dd {
	margin-bottom: 24px;
}
		.Titrelogo {
    	display: grid;
    	grid-template-columns: auto max-content auto;
    	grid-template-areas: "lg titre ld";
    	z-index: 1;
}
		.menu-principal ul li a {
	font-size: 28px;
	padding: 6px;
	margin: 6px;
}
		.sommaire {
	text-align: left;
}
.menu-principal li {display: inline-block;}
.logo{width:110px;height:110px;}
#logauche{grid-area:lg;}
#lodroit{grid-area:ld;}
#infogen p {text-align:center;}
