body {
	font-family: Verdana, Tahoma, Arial;
}
a.bouton{
	background-image: url(bouton.gif);
	display:block;
	background-repeat: no-repeat;
}
a.bouton:hover{
	background-image: url(boutonH.gif);
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Tahoma, Arial;
	color: #f5f5f5;
	font-size: 12px;
}
a.bouton2{
	background-image: url(bouton2.gif);
	display:block;
	background-repeat: no-repeat;
}
a.bouton2:hover{
	background-image: url(boutonH2.gif);
	background-repeat: no-repeat;
}
a{
	color: #f5deb3;
}
td {
	color: #f5f5f5;
	font-size: 12px;
}