<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@font-face {
    font-family:"BODONI";
    src: url(police/BodoniXT.ttf);
}
body{
	margin: 0;
	padding: 0;
	
}

html {
    background: url(img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/*------------------------------------------------------------------------MENU--------------------------------------------------------------*/


nav{
	background-color: black;
	height: 50px;
	width: 100%;

	
}

nav ul{
	padding-top: 16px;
}


nav ul li{
	display: inline; 
	padding-right: 40px;
	
}

nav ul li a{
	color:white;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight :700;
	letter-spacing:3px;
	
}
nav ul li a:hover{
	color:#00ffff;

}

#page_actuelle{
	color:#00ffff;

}



/*------------------------------------------------------------------------BODY--------------------------------------------------------------*/

h1{
	color:#00ffff;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Playfair Display', serif;
	margin-top:7%;
	font-size: 45px;
	letter-spacing:17px;
	font-weight :700;

}

h2{
	color:#00ffff;
	font-weight :700;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px;
	letter-spacing:17px;
	margin-top: -10px;
}

.engras {
	color: white;
	font-weight: 700; 
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing:2px;

}

.enlight {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight :300;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing:2px;
	text-align: justify;


}

#text_home{
	
	width: 80%;
	margin-left:10%;
	padding-top: 6%;


}






/*------------------------------------------------------------------------FOOTER--------------------------------------------------------------*/


h3{
	color:#00ffff;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Playfair Display', serif;
	font-size:14px;
	letter-spacing:3px;
}

h3 span{
 font-size:20px;
}

footer{
	margin-top:10%;
	margin-bottom: 0;
	padding-bottom: 0;
}

</pre></body></html>