@font-face {
font-family: 'Moon Flower Bold';
    src: url('Moon Flower Bold.TTF');}
@font-face {
	 font-family: 'chiller';
    src: url('chiller.TTF');
	}
html
{ 
background-image: url('fond.png');
padding:0px;
margin:0px;
font-family: chiller,'Bradley Hand ITC';
     }

	 
body
{
	display: flex;
	flex-direction:column;
	justify-content: center; 
	align-items: center;
}

nav
{
font-family:'Moon Flower Bold','Bradley Hand ITC';
height:80px;
font-size: 2.3em;
font-weight:bold;
margin-bottom : 30px;
margin-top :-40px; 
background-color:rgba(255, 255, 255,0.9);

}
nav ul /* navigation */
{
width:100%;
}

li /* positition des points de navigation */
{
display: inline-block;
margin-right:20px;
margin-left:20px;
margin-top:0px;

}
nav em
{
color:rgba(255, 255, 255,0.9);
font-style:normal;
}

nav a /*liens de nav*/
{
color:#5358ff;
text-decoration:none;}

li :hover /*dynamisme*/
{
color:#da8c1f;
 }

.bougie
{
	
	background-image:url('bougami.jpg');
	width:1024px;
	height:690px;
	display: flex;
		flex-wrap: wrap-reverse;
		justify-content: space-around; 
	align-items: center;
	
	}
	
p
{
	width:970px;
	height:670px;
		font-size : 3.3em;
	line-height: 180%;
	color:#2e5ca1;
	text-align:justify;
}
	
a
{
	color: #da8c1f;
	text-decoration:none;
}

.bougie a 

{
height:50px;
padding:10px,10px,10px,10px;

}