html,body {
margin: 0;
padding: 0;
height: 100%;
background: #fff url(fd.jpg) center bottom no-repeat;
color: #444;
font-size: 0.9em;
font-family: Georgia, "Times New Roman", Times, serif;
}
img { border: 0; }
#msg {
width: 240px;
height: 400px;
text-indent: -9999px;
background: #fff url(msg.jpg) left top no-repeat;
position: absolute;
bottom: 160px;
left: 50%;
margin-left: -360px;
}
#conteneur {
width: 210px;
height: 100px;
position: absolute;
bottom: 280px;
left: 50%;
margin-left: 170px;
}
#conteneur p {
margin: 0;
}
#pied {
width: 640px;
height: 30px;
line-height: 30px;
background: #fff;
position: absolute;
bottom: 0;
right: 50%;
border-top: 1px dashed #444;
font-size: 11px;
font-family: Helvetica;
margin-right: -320px;
text-align: center;
}
#pied ul { margin: 0; padding: 0; }
#pied ul li {
display: inline;
height: 30px;
line-height: 30px;
margin: 0 10px;
}