html, body
{
    background-color: black;
    color: white;
    font-family: Myriad, Verdana, Arial;
    font-size: x-small;
}
.lien
{
    text-decoration: none;
    color: white;
}
.pageact
{
    font-weight: 700;
    text-decoration: none;
    color: rgb(145,197,35);
}
.lienmail
{
    font-weight: 700;
    text-decoration: none;
    color: grey;
}
.bouton {
	color: black;
	background-color: white;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	border: thin solid;
}
