body {
background: url(images/fond.png);
margin: 0;
padding-top: 10px;
}

.interface {
width: 900px;
border: 1px solid black;
}

.banniere {
background: url(images/header.png);
height: 100px;
}

.slogan {
text-align: left;
background: #D7DADD;
font-size: 9pt;
}

.numero-edition {
text-align: right;
background: #D7DADD;
font-size: 9pt;
}

.sommaire {
width: 167px;
padding-left: 5px;
padding-bottom: 5px;
background: #D7DADD;
}
.lien-sommaire {
color: #006790;
text-decoration: none;
font-weight: bold;
}
.lien-sommaire:hover {
padding-left: 5px;
border-bottom: 1px dashed black;
}

.contenu-centre {
background: #D7DADD;
}

.footer {
background: #3FA67E;
font-size: 11pt;
text-align: center;
}
.footer a {
color: #FFFFFF;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}


