body
{
   background-color: RGB(56, 57, 127); 
}
#banniere
{
   width: 1000px;
   height: 209px;
   position: absolute;
   top: 0px;
   left: 5px;
   background-image: url("../images/banniere.jpg"); 
}
#menu_livre
{
   width: 200px;
   height: 1020px;
   position: absolute;
   top: 209px;
   left: 5px;
   overflow: auto;
   background-color: RGB(222, 222, 247); 
}
#accueil
{
   width: 200px;
   height: 57px;
   margin-top: 10px;
   margin-left: 10px;
   padding-top: 9px;
}
a
{
   font-family: Arial;
   font-size: 11px;
   color: RGB(56, 57, 127);
   text-decoration: none;
}
b
{
   font-family: Arial;
   font-size: 30px;
   color: white;
   text-decoration: none;
   font-weight: bolder;
   padding-left: 20px;
}
h1
{
   margin-left: 50px;
   margin-top: 20px;
   color: white;
   font-weight: bolder;
   font-family: Arial
}
#titre1
{
   font-family: Arial;
   font-size: 11px;
   padding-left: 0px;
   margin-left: 10px;
   list-style-type: none;
   color: RGB(56, 57, 127);
}
#titre2
{
   font-family: Arial;
   font-size: 11px;
   margin-left: 10px;
   padding-left: 0px;
   list-style-type: none;
   color: RGB(56, 57, 127);
}
#titre3
{
   font-family: Arial;
   font-size: 11px;
   margin-left: 10px;
   padding-left: 0px;
   list-style-type: none;
   color: RGB(56, 57, 127);
}
#titre4
{
   font-family: Arial;
   font-size: 11px;
   margin-left: 10px;
   padding-left: 0px;
   list-style-type: none;
   color: RGB(56, 57, 127);
}
#livre
{
   width: 799px;
   height: 1020px;
   position: absolute;
   top: 209px;
   left: 206px;
   border-right: 1px solid RGB(56, 57, 127);
   overflow: scroll;
}
#boutons_gauche
{
   width: 60px;
   height: 1020px;
   padding-top: 20px;
   padding-left: 5px;
   float: left;
}
#images
{
   width: 650px;
   height: 1020px;
   padding-top: 20px;
   float: left;
}

#pied_de_page
{
   width: 1000px;
   height: 41px;
   position: absolute;
   top: 1229px;
   left: 5px;
   background-image: url("../images/cadredefin.jpg");
}
