@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: 
    linear-gradient(
      rgba(255,255,224, 0.55), 
      rgba(238,237,148, 0.35)
    ), url('fonds/fondc5.png');
background-position:30%;
background-repeat: no-repeat;
background-position:top;
font-family: Arial, sans-serif, Helvetica,  Verdana;
font-size: 0.9em;
color: black;
margin: 1em 1em;
} 

H1
{
font-family: 'Molengo', sans-serif, helvetica;
font-size : 1.3em;
color: black;
text-align: center;
} 
DIV
{
line-height: 40px;
text-align: center;
} 

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

TD
{
padding: 0.2em 2.2em 2em 1.3em;
text-align: justify;
}

i
{
font-size: 0.9em;
text-align: justify;
}   


