body {
	background-color:rgb(123, 158, 187);
	border-radius:45px;
	padding:40px 40px;
	justify-content:center;
}

	nav ul {
		list-style-type:none;
		display:flex;
		padding:45px;
		gap:50px;
		background-color:rgb(57, 77, 77);
		justify-content:center;
		border-radius:45px;
		text-decoration:none;

	}
  nav ul li{
  	display:inline;
  }

  nav ul p{background-color:rgb(58, 85, 145);
color: black;
border-radius: 20px;
padding: 5px;}

  nav ul li a {
  	text-decoration:none;
  	color:black;
  	background-color:rgb(58, 85, 145);
  	padding: 15px;
  	border-radius:20px;

  }
  
  nav ul li a:hover{
  	background-color:rgb(37, 56, 97);
  	color:rgb(0, 0, 0);
  }

  fieldset{border-radius:25px;
	background-color: beige;}


.index{
	background-color:rgb(123, 158, 187);
}
.index img{
	width:450px;
			heigth:400px;
			border-radius:100px;
          padding:25px;
		}

		.article{
			background-color:rgb(123, 158, 187);
		}
.article img{
	width:400px;
			heigth:350px;
			border-radius:100px;
          padding:25px;
}
		.galerie {
			background-color:rgb(123, 158, 187);
		}

		.galerie img {
			width:400px;
			heigth:350px;
			border-radius:100px;
          padding:25px;
	}

	.gh h1 {background-color: beige;
	text-align: center;
border-radius:20px;}

	.produits img{
		width:400px;
			heigth:350px;
			border-radius:100px;
          padding:25px;
}


	