
body {
   margin: 0; /* pour éviter les marges */
   text-align: center; /* pour corriger le bug de centrage IE */
	font: 100% georgia, "times new roman", palatino, serif;
	background-image:url(fond.jpg);
	background-repeat:repeat-x;
}

#global {

     margin-left: auto;
     margin-right: auto;
     margin-top:20px;
     width:1200px;
     text-align: left; /* on rétablit l'alignement normal du texte */
     }

table {
	
 	margin-left: auto; 
 	margin-right: auto; }

td {

	border:thin solid red;
	padding:15px;
	width:300px;
}

a {
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:none;
	color:red;
	text-decoration:underline;
}
	




