* { padding: 0; margin: 0 }

body {
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 12px; color: #000;
    background: #666;
    text-align: center;
}

img { border: 0px; }

a { color: #444; }
a:visited { color: #099; }

#document {
    position: relative;
    text-align: left;
    width: 829px;
    background: #fff url(body-bg.png) repeat-y top left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 21px;
    padding-right: 21px;
}

#entete {
    font-size: 24px;
    font-weight: bold;
    background: #444 url(head-bg.png) no-repeat bottom left;
    /*margin-left: 21px;*/
    letter-spacing: 10px;
    height: 109px;
}

#entete h1 {
    display: none;
    /*background: url(logo.jpg) no-repeat left; */
    height: 24px;
}
#entete h1 em {
    display: none;
}

#section {
    background: #000 url(section-bg.png) repeat-y top left;
    font-weight: bold;
    text-align: left;
    list-style: none;
    height: 24px;
    color: #9c0;
    /*margin-left: 21px;*/
}
#section li {
    display: inline;
}
#section li a {
    text-decoration: none;
    padding: 4px 5px 6px 5px;
    color: #fff;
}
#section li a:hover {
    color: #fff;
}

#contenu {
    float: right;
    width: 660px;
    /*margin-right: 20px;*/
    /*padding-right: 20px;*/
    margin-top: 75px;
    padding: 0px;
    /*background: #fff url(nav-bg.png) repeat-x top left;*/
    
}

.banner {
    font-weight: bold;
    font-size: 120%;
    background-color: #008;
    text-align: center;
    margin-bottom: 2px;
    color: #fff;
}

dl {
    float: left;
    width: 316px;
    text-align: justify;
    margin: 5px;
}

dt {
    padding: 5px;
    font-weight: bold;
    font-size: 90%;
    border: 1px solid #000;
    border-bottom: 0;
}
dt a { color: #d00; text-decoration: none; }
dt a:hover { background-color: #eee; }
dt strong {
    display: block;
    font-weight: bold;
    font-size: 200%;
    text-align: left;
    padding: 3px;
    color: #000;
}
dt strong a { text-decoration: none; }
dt strong a:hover { text-decoration: underline; }
dt span { display: block; text-align: left; }
.auteur { color: #777; }
.editeur { color: #bbb; }
dd {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-top: 0;
}
dd em { color: #888; }
.prix, .ref { text-align: right; font-size: 90%; font-weight: bold; padding-right: 1em; clear: both; }
.prix span, .ref span { color: #666; text-align: left; float: left; margin-left: 80px;}
/*dd img { border: 1px solid #663; padding: 5px; background-color: #eee;}*/
/*dd img { display: block; margin-left: auto; margin-right: auto; }*/
/*dd img { display: block; margin-left: auto; }*/
/*dd img { display: block; }*/
dd img { border: 1px solid #000; float: left; margin-right: 5px; }
/*dd img { float: right; }*/
dd p { margin-bottom: 2px; }
.achat img { border: 0; margin: 0; float: none; }
#contenu h1
{
    position: absolute;
    top: 133px;
    left: 21px;
    width: 819px;
    color: #c00;
    font-size: 120%;
    padding: 50px 5px 4px 5px;
    margin: 0px 0px 3px 0px;
    background: #fff url(nav-bg.png) repeat-x /*ff9*/;
    border-bottom: 1px solid #000;
}
.onglet-l {
    color: #c00;
    background: #fff url(onglet-l.png) top left no-repeat;
    padding: 3px 0px 5px 4px;
    margin-left: 168px;
    overflow: hidden;
}
#contenu p { margin: 5px 5px; text-align: justify; }
#contenu li { margin: 8px 20px; }

#recherche {
    position: absolute;
    top: 105px;
    right: 31px;
    padding-right: 5px;
    font-weight:
    bold;
    color: #666;
    z-index: 1;
}
#recherche input { border: 1px solid #ccc; }
#recherche input.ok { border: 0; vertical-align: bottom;}

.menu {
    float: left;
    clear: left;
    width: 165px;
    text-align: left;
    margin: 0;
    margin-top: 75px;
    padding: 0;
    /*background: #0c0;*/
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    margin-left: 21px;
}
.menu li { margin: 0; padding: 0;}
.menu ul a {
    display: block;
    width: 140px;
    text-decoration: none;
    color: #fff;
    padding: 1px;
    letter-spacing: 2px;
    margin: 0;
}
.menu ul a:hover, .menu ul a#active {
    text-decoration: underline;
    background-color: #f03;
}
.menu ul a:visited {
    color: #fff;
}
.menu ul ul {
  /*list-style-type: none;*/
  font-size: 90%;
  /*display: none;*/
  margin: 0;
  margin-left: 0.5em;
}
.menu ul ul a {
  display: block;
  width: 129px;
  color: #ff0;
  padding: 3px 3px 2px 3px;
  text-decoration: none;
  border-top: 0;
}
.menu ul ul a:visited {
  color: #ff0;
}

.menu ul ul ul {
  list-style-type: none;
  font-size: 80%;
  margin: 0;
  margin-left: 1em;
}
.menu ul ul ul a {
  display: block;
  width: 120px;
  color: #ff0;
  padding: 3px 3px 2px 3px;
  /*width: 108px;*/
  text-decoration: none;
  border-top: 0;
  letter-spacing: 0;
}

#panier {
    clear: left;
    float: left;
    width: 150px;
    margin: 30px 5px 5px 5px;
    border: 1px inset;
    background-color: #fff;
    color: #000;
}
#panier h2 { font-size: 110%; text-align: center; color: #663; padding: 5px; }
#panier ul { margin: 0 8px 0 8px; list-style-type: none; padding: 0px 16px 0px 5px ; }
#panier p { margin: 4px 8px 4px 8px; }
#panier a { text-decoration: none; color: #000; display: block; text-align: left; }
#panier a:hover { color: #f00; }


#filter { position: absolute; width: 800px; top: 132px; left: 30px; color: #444; }
#filter p { display: inline; width: 100px; text-align: right; padding-left: 5px; }
#filter fieldset { border: 1px inset; padding-bottom: 5px; }
#filter select { width: 150px; font-size: 12px; }

#pied {
    clear: both;
    color: #fff;
    font-weight: bold;
    background: #000 url(section-bg.png) repeat-y top left;
    padding: 3px;
    /*margin-left: 21px;*/
}
#pied a, #pied a:visited { color: #fff; }
#pied a:hover { color: #ff0; }

#info_legal {clear: both; font-size: 10px; color: #444; text-align: right; height: 24px; padding-right: 15px; }

#nav {
    /*position: absolute;
    top: 130px;
    left: 25px;
    font-size: 90%;
    font-weight: bold;*/
    padding: 3px 5px 5px 5px;
    /*background-color: #fc9;*/
    color: #000;
    height: 1.5em;
    z-index: 999;
}
#nav a { color: #000; }

.page-nav { clear: both; text-align: right; margin: 3px; }
.page-nav a { border: 1px solid #888; text-decoration: none; padding: 0px 3px 0px 3px; }
.page-nav a:hover { border-color: #d00; background-color: #d00; color: #fff; }
.page-nav .current { background-color: #666; color: #fff; border: 1px solid #666; padding: 0px 3px 0px 3px;}

.spacer { clear: both; }
.trick { clear: both; height: 0px; /*float: right; width: 99%;*/ overflow: hidden; }
.onglet {
    color: #c00;
    background: #fff url(onglet-r.png) top right no-repeat;
    padding: 3px 10px 5px 5px;
}
#trace {
    text-align: left;
    margin: 1em;
    padding: 1em;
    font-family: Lucida-console;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #c00;
}
#trace ol { /*height: 100px; overflow: auto; */ border: 1px inset; }
#trace li { margin-left: 2em; }
#tel
{
    background: transparent url(telephone.gif) no-repeat top left;
    margin-left: 0.75em;
    padding-left: 20px;
}
#email
{
    background: transparent url(email.gif) no-repeat top left;
    margin-left: 0.75em;
    padding-left: 20px;
}
#top
{
    position: absolute;
    right: 30px;
    color: #444;
}

