body{
   width: 750px;
   margin: auto;
   font-family: arial;
   font-size: 12px;
   background: url(images/haut.png) no-repeat top center #70A2FE;
   margin-top:5px;
   margin-bottom: 10px;
}
#haut
{
   width: 750px;
   height: 120px;
}

#menu{
   float: right;
   width: 120px;
}
.element_menu{
   border: 1px solid black;
   background-color: white;
   margin-bottom: 5px;
   padding: 3px;
}
#conteneur{
   width:627px;
   background-color: white;
   border: 1px solid black;
   margin-right: 3px;
   min-height: 600px;
}
.imgright{
   float: right;
}
a, a:visited{
   color: #70A2FE;
}
.emh3 h3{
   height: 32px;
   background: url(images/livre.png) no-repeat white;
   padding-left:32px;
}
#bas{
   width:627px;
   margin-top: 5px;
   background-color: white;
   border: 1px solid black;
   text-align: center;
}
#pub{
   margin-top: 5px;
}
img{
border: none;
}
table{
   border-collapse: collapse;
}
td{
   border: 1px solid black;
}
th{
   border: 1px solid black;
   width: 200px;
   background-color: #CEDFFF;
}
caption{
   border: 1px solid black;
   background-color: #70A2FE;
   font-size: 20px;
}