
	  /*Pour les titres du menu*/

h1 { font-family: Monotype Corsiva,Times New Roman;
	font-size: 36pt;
	color:gold;
	font-weight: bold;
	font-style: italic;
	margin-bottom:4;
	margin-top:4;
	}


h2 { font-family: Monotype Corsiva,Times New Roman;
	font-size: 18pt;
	color:green;
	font-weight: bold;
	font-style: italic;
	margin-bottom:4;
	margin-top:4;
	}

a 	{text-decoration:none}
a:hover {text-decoration:underline; color:green;}

