body{
	background: yellow;
}

h1{
	text-align: center;
	margin-top: 100px;
	color: navy;
}

img{
  width: 100%;
  border-radius: 20px;
  
}

#accueil{
	color: violet;
	text-decoration: none;
	
}

#accueil:hover{
	color: white;
	background: black;
	border-radius: 12px;
    padding: 5px;
}

.p_accueil{
	font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 150%;
}
  
  
