@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 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.95em;
color: #ffff00;
background: #cc0000;
background-image: url('smileys.gif'); 
background-repeat: no-repeat;
background-repeat: repeat-x;
background-position: 50% 85%;
}	   

H1 
{
font-family: 'Molengo', sans-serif, helvetica;
font-size : 1.6em;
text-align: center;
color: #ffff00;  
}

H2 /*Gagnants*/ 
{
text-align: center;
font-size: 1em;
font-weight: bold;
color:white;  
}

.Note
{
font-size: 0.75em;
color: #ffffff;
font-style: italic;
}
 
a:link  /* lien de page*/ 
{
	font-size : 0.9em;
	font-style: normal;
	color: yellow; 
	text-decoration: underline;
	cursor:pointer;
}
a:visited
{
	font-size : 0.9em;
	font-style: normal;
	color: orange; 
	text-decoration: none;
} 
a:active 
{
	font-size : 0.9em;
	font-style: normal;
	color: orange;
	text-decoration: none;
}
A:hover { 
	font-size : 0.9em;
	font-style: normal;
	color : white;
	text-decoration: underline;
}