/* CSS Document */
/* feuille de style GRAND TROPHEE */
body{
		background-image: url("profil/fond.jpg" );
   		background-position: top;
		background-repeat: no-repeat;
		padding-top:10px;
		padding-left:10px;
}



td{
	
	margin-left: 5px ; 
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 2;
	
	font-variant: small-caps;
	text-transform: capitalize;
	}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover{
	font-weight: bold;
	color: #FF0000;
}
