#titre
{
margin : auto;
width :700px;
display :flex;
justify-content :space-around;
background-color: rgb(225,225,254);
}

#conteneur
{
	height: 50px;
    display: flex;
    justify-content: space-around;
	background-image: url("neige.jpg");
}

body
{
 background-image: url("fond.jpg");
}

a
{ 
 text-decoration:none; 
font-family: Georgia, Arial Black;
} 

h3
{
font-family :Arial black;
}

h6
{
color :white;
font-size: 5px;
}


#ctr
{
width: 700px; 
height: 700px;
    margin: auto;
padding-left :10px;
padding-right :10px;
 background-color: white;
box-shadow: -4px 6px 9px rgba(50, 50, 50, 0.9);
}