
.styleA {
		font-family: segoe print;
		font-size: 12pt;
		font-style:NONE;	 
		color:white;
		}

.styleB {
		font-family: arial;
		font-size: 12pt;
		color: silver;
		}

.styleC {
		font-family: segoe print;
		font-size: 12pt;
		font-style:none;
		color:white;
		}
.styleD {
		font-family: constantia;
		font-size: 14pt;
		font-style:none;
		color:black;
		}		
.styleE {
		font-family: segoe print;
		font-size: 12pt;
		font-style:NONE;
		color:orange;
		}

A:link 		{color: black; text-decoration: none}
A:visited 	{color: black; text-decoration: none}
A:hover 	{color: black; text-decoration: none}

C:link 		{color: black; text-decoration: none}
C:visited 	{color: black; text-decoration: none}
C:hover 	{color: black; text-decoration: none}
 
		
body {
color:white;
background-image:url(images/fond.jpg);
background-repeat:repeat;
background-position:center top ;}
