
/* HEADER
*******************************************************************************************************/

div#header {
position: relative;
min-width: 1000px;
height: 40px;
}

div#header h1 {
position: absolute;
z-index: 500;
top: 0;
left: 0;
width: 65px;
height: 72px;
background-color: #fff;
background-repeat: no-repeat;
background-position: 0 0;
}

div#header h1 a {
display: block;
width: 65px;
height: 72px;
}

div#header div#links {
position: absolute;
top: 12px;
right: 10px;
width: 250px;
height: 20px;
}

div#header div#links li {
float: right;
padding-left: 10px;
}

div#header div#links li a:hover {
text-decoration: underline;
}


/* CONTENU
*******************************************************************************************************/

div#content {
width: 100%;
}
