@charset "utf-8";

@font-face {
font-family: "molengoregular";
src: url("polices/molengo.ttf")
 	 url("/polices/molengo-regular-webfont.woff2") format("woff2"),
     url("/polices/molengo-Regular-webfont.woff") format("woff");
	}
	
body
{
background-color:black;
color: #d6ae4e;
text-align: center;
}  

#Titre
{
font-size : 3em;
letter-spacing: 3px; 
text-shadow: 1px 1px 1px white;
}  


IMG {
width : 602px;
height : 452px;
margin-top:50px;
}



@media (max-width:1399px)
{ 
#Titre
{
font-size : 2em;
letter-spacing: 2px; 
text-shadow: 1px 1px 1px;
}  

IMG {
width : 420px;
height : 315px;
}


@media (max-width:600px)
{ 
#Titre
{
font-size : 1.4em;
}  

IMG {
width : 350px;
height : 263px;
}
 	  
} 
}