body { 
		font-family:Palatino Linotype;
		font-size:14pt;
		background:url("images/fond.jpg");
	}

h1
	{
		font-family:Palatino Linotype;
		font-size:24pt;
		font-weight:bold;
		font-style:italic;
		color:red;
		text-align:center;
		
	}
	
h2
	{
		font-family:Palatino Linotype;
		font-size:16pt;
		font-weight:bold;
		text-decoration:underline;
	}
	
td
	{
		padding:10;
		font-family:Palatino Linotype;
		font-size:12pt;
	}
	
td.titre
	{
		font-family:Palatino Linotype;
		font-size:14pt;
		font-weight:bold;
		color:brown;
		text-decoration:underline;
	}