body {
    color: black;
    background-color: white;
    background-image: url('/interface/fond3a.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed; /* Pour que le fond reste fixe au défilement */
}		
	
			
	hr {
	border: 1;
	width: 40%;}
		
	/* Tableau avec ombre */
		
	.table2 {
	padding: 0px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.70);}
		
	.table3 {
	padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.70);}
		
	.tftable tr:hover {background-color:#ffffff;}
	
	.textid {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	cursor:pointer;
	color:black 
	}		
	
	/* Interface pour joueur*/
	.fond1 	{background: url(/interface/fondfr1.png); padding: 0px; border-radius: 13px;	-moz-border-radius: 13px; -webkit-border-radius: 13px; box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.70);}
	.fond2	{background: url(/interface/fondan1.png); padding: 0px; border-radius: 13px;	-moz-border-radius: 13px; -webkit-border-radius: 13px; box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.70);}
	