body
{
width: 950px;
min-height: 500px;
margin: auto;
padding: 10px;
}

#menu
{
width: 150px;
float: left;
}

#menu  a
{
text-decoration: none;
color: blue;
font-size: 102%;
}

#menu  a:hover
{
text-decoration: none;
color: red;
font-size: 105%;
}

#menu  li
{
list-style-type: none;
}

#illustration
{
float: right;
width: 300px;
margin-top: 60px;
}

#illustration a
{
text-decoration: none;
color: white;

}

.illustration
{
width: 300px;
height: auto;

}

#contenu
{
width: auto;
margin-left: 160px;
margin-right: 320px;
}

#contenu  a
{
text-decoration: none;
color: blue;
}

#contenu  a:hover
{
text-decoration: none;
color: red;
font-size: 110%;
}

#contenu  li
{
list-style-type: none;
}

#footer
{
font-size: 10px;
text-align: center;
}

#footer .compteur a
{
color: white;
}


