body{
	text-align:center;
	font-family:copperplate;
	background-image: url(images/background.html)
}

td{
	text-align:center;
	color:white;
}
td.titre{
	font-size : large;
	font-weight : bold;
	color:yellow
}

td.droite{
	text-align : right;
}

td.liens{
	font-size : large;
	font-weight : bold;
	color:yellow;
	text-decoration : underline;
}
#gauche{
	text-align : left;
}
a{
	color:yellow
}

