/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 10px;
vertical-align: baseline;
background: transparent;
font-family: Arial;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/**
* CSS Site
**/
#structure {
    width: 991px;
    margin: 0 auto;
    clear: both;
}
#gauche {
    width: 215px;
    float: left;
    background: #fff url(../images/back_left.jpg) no-repeat left top ;
}
#centre {
    width: 550px;
    float: left;
    font-size: 0px;
    padding-bottom: 40px;
}
#droite {
    width: 226px;
    float: left;
    /*overflow: auto;*/
    background: #fff url(../images/back_right.jpg) no-repeat left top ;
}
#titre {
    padding-top: 10px;
    height: 36px;
    background: #fff url(../images/back_titre.jpg) no-repeat left top;
    color: rgb(95,159,255);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
#produit {
    height: 144px;
}
#produit img {
    float: left;
}
#texte p {
    padding-bottom: 10px;
    font-size: 12px;
    text-align: justify;
}
#top_marque {
    background: transparent url(../images/bloc1.gif) no-repeat left top;
    margin: 165px 0 0 10px;
}
#top_marque ul {
    padding-top: 63px;
    padding-bottom: 11px;
    background: transparent url(../images/back_ul.gif) no-repeat left bottom;
}
#top_marque ul li {
    line-height: 23px;
    background: transparent url(../images/back_li.gif) no-repeat left top;
}
#top_marque strong, #top_marque a {
  color: rgb(0,0,0);
  text-decoration: none;
  padding-left: 10px;
  font-size: 1.2em;
}
#top_marque a:hover {
  color: #206392;
}
#top_produit {
    background: transparent url(../images/bloc2.gif) no-repeat left top;
    margin: 28px 0 0 10px;
}
#top_produit ul {
    padding-top: 80px;
    padding-bottom: 11px;
    background: transparent url(../images/back_ul.gif) no-repeat left bottom;
}
#top_produit ul li {
    line-height: 23px;
    background: transparent url(../images/back_li.gif) no-repeat left top;
}
#top_produit a {
  color: rgb(0,0,0);
  text-decoration: none;
  padding-left: 10px;
  font-size: 1.2em;
}
#top_produit a:hover {
  color: #206392;
}
#fianet {
    padding-left: 19px;
    padding-top: 26px;
}
#recherche {
    margin: 167px 0 0 10px;
    height: 67px;
}
#recherche_dropdown {
    background: transparent url(../images/back_dropdown.gif) no-repeat left top;
    height: 24px;
    margin-left: 10px;
    padding: 7px 0 0 8px;
}
#recherche_dropdown select {
    width: 170px;
}
#recherche_bas {
    margin: 0 0 0 10px;
    height: 11px;
}
#carte_membre {
    padding: 20px 0 0 25px;
}
#nos_marques {
    margin: 20px 0 0 10px;
}
#nos_marques ul {
    padding-bottom: 11px;
    background: transparent url(../images/back_ul.gif) no-repeat left bottom;
}
#nos_marques ul li {
    line-height: 20px;
    background: transparent url(../images/back_ul_bloc4.gif) no-repeat left top;
  padding-left: 10px;
  padding-right: 30px;
}
#nos_marques a {
  color: rgb(0,0,0);
  text-decoration: none;

  font-size: 1.2em;
}
#nos_marques a:hover {
  color: #206392;
}
#footer {
    background: #000 url(../images/banner_bas.gif) no-repeat left top;
    padding: 50px 0 20px 0;
    clear: both;
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
#footer h1 {
  padding: 8px 0 15px 0;
  font-size: 1.4em;
  color: rgb(95,159,255);
}

#footer a {
  color: rgb(255,255,255);;
  text-decoration: none;
}
#footer a:hover {
  color: #206392;
}
#footer h1 a {
  font-size: 1.4em;
}
.pub1 {
    padding: 15px 0 0 18px;
}