@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:url('fonds/fonde.jpg');
background-attachment: fixed;
font-family: 'Molengo', sans-serif, helvetica;
font-size : 1em;
color: black;
} 

h1
{
font-family: 'Molengo', sans-serif, helvetica;
font-style: normal;
padding:  5px 0px;
text-align: center;
font-size : 1.6em;
}

.sstitre
{
font-family: 'Molengo', sans-serif, helvetica;
text-align: left;
font-size : 1.2em;
color: #7D5E1F;
font-style: bold;
} 

a:link
{
	font-style: normal;
	color: blue; 
	text-decoration: none;
}
a:visited
{
	font-style: normal;
	color: red; 
	text-decoration: none;
} 
a:active 
{
	font-style: normal;
	color: red; 
	text-decoration: none;
}
A:HOVER { 
	font-style: normal;
	color: red; 
	text-decoration: none;
}


@media (max-width:1399px)
{ 
H1
{ 
font-size : 1.3em;
line-height:20px;
} 

.sstitre
{
font-size : 1.1em;
font-style: bold;
} 


@media (max-width:600px)
{ 
H1
{ 
font-size : 1em;
line-height:16px;
} 

.sstitre
{
font-size : 1em;
font-style: bold;
}   
}  
