body {
	width:100%;
	background-color: black;
    }
#bloc_page
  {
	background-image: url(images/fond.jpg);
  	border: 3px black solid;
  	border-radius: 10px;
  	padding: 12px;
	}
#bloc_page a {
   font-size: 110%;
   text-decoration: none;
	}
#affich {	
	background-image: url(images/fond.jpg);
	vertical-align: top;
	left: 5px;
	text-align: justify;
	}

#liens a {
	padding: 5px;
	text-decoration: none;
	font-size: 120%;
	color: white;
	}
#liens tr {
	height: 50px;
	}
#liens td {
	background: linear-gradient(#1C1C1C, #4D4D4D);
	text-align: center;
	border: 1px solid black; 
   width:30px; 
	}
#liens td:hover {
	background: linear-gradient(#1C1C1C, #730800);
	text-align: center;
	border: 1px solid black; 
   width:30px; 
	}

#cadre
  {
	border: 3px black solid;
  	border-radius: 20px;
  	padding: 12px;
	}

table {	border-collapse: collapse; /* Les bordures du tableau collées */ 
	}
caption {
	font-size: 130%;
	padding: 12px;
	}
#bord_tab td {
	border: 1px solid black; 
    width:30px; 	}
#bord_tab th {
	border: 1px solid black; 
   width:30px; 	}
#gauche {	
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 20px; /* Marge intérieure */
    }
#droite {	
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-left : 20px; /* Marge extérieure gauche */
	padding: 12px; /* Marge intérieure */
	}
