body {
background-color: #FFFFFF;
background-image: url("logo-arriere-plan.png");
background-repeat: no-repeat;
background-position: top;
margin-top: 50px;
/*background-attachment: fixed;*/
}

.NomCompagnie {
color: #0000FF;
font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Geneva, serif;
font-size: 60pt;
text-align: center;
margin-left: auto;
margin-right: auto;
/*background: white url('nom-compagnie.jpg') no-repeat;*/
}

.Message {
color: #000000;
font-family: "Bookman Old Style", "Book Antiqua", "Times New Roman", Geneva, serif;
font-size: xx-large;
text-align: center;
}

.Explication {
color: #FF0000;
font-family: "Times New Roman", Helvetica, "Times New Roman", Geneva, serif;
font-size: x-large;
text-align: center;
}

.Courriel {
color: #0000FF;
font-family: Verdana, Helvetica, sans-serif;
font-size: small;
text-align: center;
}

a:hover {
color: #FF0000;
}

table {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

td {
 text-align: center;
}