@charset "utf-8";

body { 

 background: 
    linear-gradient(
      rgba(255,255,224, 0.55), 
      rgba(238,237,148, 0.35)
    ),
    url(fonds/fallerans2f.png) no-repeat top center fixed;
	font-size: 1em;
	color: black;
} 

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

A:link {
font-size: 1em;
font-style: normal;
color: black;
text-decoration: none;
}
A:visited {
font-style: normal;
color: #914824;
text-decoration: none;
}
A:active {
font-style: normal;
color: red;
text-decoration: none;
}
A:hover {
font-weight: 600;
font-style: italic;
color: red;
text-decoration: none;
} 


TD
{
padding: 20px 20%;
text-align: justify;
}

.note  
{
padding: 10px 5%;
text-align: left;
font-size: 12px;
}
