body
{
background-color: black;
color: white;
font-family: "courier new", consolas, sans-serif;
padding-left:20px;
padding-right:20px;
}

a:link
{
color:white;
text-decoration: none;
}

a:visited
{
color: white;
text-decoration: none;
}

a:hover
{
color: #808080;
text-decoration: none;
}

#haut
{
width: 100%;
padding-bottom: 0px;
padding-top: 0px;
text-align:center;
}


#menu
{
width: 100%;
text-align: center;
padding: 5px;
}

#corps
{
width: 100%;
text-align: center;
padding: 10px;
}

#bas
{
width: 100%;
text-align: center;
padding-top: 15px;
padding-bottom: 5px;
}

td
{
vertical-align: middle;
text-align:left;
}

.petit
{
font-size: 80%;
}

.grand
{
font-size:120%;
}

.plusgrand
{
font-size:140%;
}

.important
{
font-size:120%;
color:red;
}