body
	{
	background-color: white;
	background-image:url("fond.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: "Times New Yorker", "Arial Black", serif;
	}
	
#lecteur
	{
	width: 210px;
	}
	
#liens
	{
	width: 400px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	}
	
#texte
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

h1
	{
	text-align: center;
	}

table
	{
	border-collapse: collapse;
	text-align: center;
	}

td, th
	{	
	border: 2px solid black;
	width: 200px;
	}
	
img
	{
	border: none;
	}
	
.affiche
	{
	width: 200px;
	}