/* Mise en page globale */
body {
margin: 0;
padding: 0;
background: white;
color: black;
font-size: 80%;
font-family: Tahoma, Verdana, Arial, Helvetica, serif;
}

#site {
width: 80%;
position: relative;
margin-left: auto;
margin-right: auto;
}
/* En-tête */
#header {
position: relative;
height: 200px;
background: #000000;
}

#header div {
position: absolute;
bottom: 0;
right: 0;
height: 25px;
background: #FF0000;
}

#header h1 {
text-indent: -5000px;
margin: 0;
line-height: 0;
}
/* Menu */
#navcontainer {
background: #00FF00;
}

#menu {
padding-left: 0;
margin: 0;
list-style-type: none;
color: white;
text-align: left;
}

#menu li {
float: left;
height: 50px;
width: 14%;
background: #000000;
}

#menu a {
color: white;
text-decoration: none;
display: block;
margin: 0 5px;
}

#menu a:hover {
text-decoration: underline;
}
