body
{
background: url("fond.jpg") no-repeat center top fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#livreor
{
width: 33%;
position: fixed;
left: 33.2%;
top: 33%;
}


#sommaire
{
width: 350px;
height: 150px;
position: fixed;
top: 35%;
left: 1%;
}

.sommaireimg
{
position: relative;
width: 90%;
left: 5%;
top: 0.56%;
}

.boutonaccueil
{
width: 4%;
position: fixed;
top: 48%;
left: 5%;
}

.boutonlire
{
width: 4%;
position: fixed;
top: 48%;
left: 9.5%;
}

.boutonorigines
{
width: 4%;
position: fixed;
top: 48%;
left: 14%;
}

.boutonliens
{
width: 4%;
position: fixed;
top: 48%;
left: 18.5%;
}

.boutonmerci
{
width: 4%;
position: fixed;
top: 58%;
left: 5%;
}

#livre
{
position: fixed;
left: 33.5%;
top: 41%;
width: 32.6%;
height: 33%;
overflow: auto;
padding-left: 2px;
border: 1px #310F0B solid;
border-radius: 10px;
background-color: rgba(49,15,11,0.9);
}

.banniere
{
width: 22%;
position: absolute;
left: 39%;
bottom: 12%;
}

#banniere
{
display: none;
}

.newsletterimage
{
width: 15%;
position: absolute;
right: 5%;
top: 35%;
}

.livreorimage
{
width: 15%;
position: absolute;
right: 0%;
top: 44%;
}

.facebookimage
{
width: 15%;
position: absolute;
right: 12%;
bottom: 22%;
}


footer
{
width: 40%;
position: absolute;
bottom: 1%;
left: 30%;
color: #F2D5C1;
text-align: center;
font-size: 0.8em;
}