@charset "iso-8859-1";

@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 
{ 
font-family: Arial, sans-serif, Helvetica,  Verdana;
font-size: 1em;
color: black;
}
DIV	
{
padding: 20px 30px;
text-align: center;
}  

H1
{
font-family: 'Molengo', sans-serif, helvetica;
line-height: 30px;
text-align: center;
font-size : 1.6em;
} 
	
P
{
text-align: justify;
} 

.gauche img
{
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
float: left;
}

a:link
{
text-decoration: none;	
}

.note 
{
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
} 


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


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

} 	  
}  