body {
	width:100%;
	background-image: url(images/fond.jpg);
    }
body a {
	text-decoration: none;
	}
table {
	border-collapse: collapse; /* Les bordures du tableau collées */ 
	}
#bord_tab td {
	border: 1px solid black; 
	width:30px; 
	}
#flottgch {
	font-size: 130%;
	padding: 12px;
	}
#sup_liens {
	background: linear-gradient(#1C1C1C, #4D4D4D);
	text-align: center;
	height: 100px;
	}
#liens {
	display: inline-block;
	position: relative;
	width: 11%;
	vertical-align: middle;
	background: linear-gradient(#1C1C1C, #4D4D4D);
	text-align: center;
	border: 1px solid black;
	color: white;
	}
#liens a {
	color: white;
	}
#liens:hover {
	display: inline-block;
	position: relative;
	width: 13%;
	vertical-align: top;
	background: linear-gradient(#1C1C1C, #9A0000);
	text-align: center;
	border: 1px solid black; 
	}
.cache {display: none;}
p.noncache:hover .cache {display:block;}