h1{
	font-size:40px;
	color:rgb(12,70,10);
	font-style:italic;
	background:url("image/fond4.jpg");
	width:267px;
	
}

h2{
	font-size:30px;
	color:rgb(95,22,14);
	font-weight:bold;
	background:url("image/fond4.jpg");
	display:inline-block;
}

p{
	font-size:20px;
	color:rgb(60,71,6);
	font-weight:bold
}

ul{
	font-size:15px;
	color:rgb(60,71,6);
	font-weight:bold;
	list-style: none;
	padding: 0;
}

li{
	padding: 10px 15px;
}

body{
	background:rgb(220,220,220);
	width:1000px;
	margin:auto;
	border: 1px solid black;
}

nav a{
	color:rgb(60,71,6);
	font-weight:bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div{
	display: flex;
}

nav{
	width:160px;
	border: solid black 1px;
}

footer{
	text-align:center;
}

section{
	padding: 0px 20px;
}

header{
	text-align:center;
	border: 1px solid black;
}

header img{
	height:276px;
}