#article p
{
   margin-left: 30px;
}

#article div.colonne-droite {
    float: right;
    width: 320px;
}

#article div.colonne-gauche {
    float: left;
    width: 380px;
}

ul.clear {
    margin-top:0;
    display:block;
    margin-left: 0;
    clear:both;
}

/** Listing **/
ul.listing-produit {
    margin: 20px 0 0 0;
    padding:0 0 0 25px;
}

ul.listing-produit li {
    list-style-type:none;
    border: 1px solid grey;
    float:left;
    display:block;
    width: 200px;
    height: 305px;
    margin: 0 20px 20px 0;
    background-color: #EDF1F7;
}

ul.listing-produit li h3 {
    list-style-type:none;
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 10pt;
    text-align: center;
}

ul.listing-produit li h3 a {
    text-decoration: none;
    color:#626262;
}

ul.listing-produit li h3 a:hover {
    text-decoration: none;
    color:#92B052;
}

ul.listing-produit li img {
    margin: 20px 20px 10px 20px;
    display: inline;
    width: 160px;
    clear: both;
    border: 1px solid grey;
}


ul.listing-produit li p.detail {
    text-decoration: none;
    color:#626262;
    font-size: 12px;
    float: right;
    padding: 0 10px 5px 0;
    margin: 2px 0 8px 0;
}

ul.listing-produit li p.detail a {
    display: block;
    background: url(../images/interface/btn-details.gif) no-repeat 0 0;
    width: 73px;
    height: 19px;
}

ul.listing-produit li p.detail a:hover {
    background-position: 0 -19px;
}


/** Listing **/
ul.listing-fabricant {
    margin: 20px 0 0 0;
    padding:0 0 0 25px;
}

ul.listing-fabricant li {
    list-style-type:none;
    border: 1px solid grey;
    float:left;
    display:block;
    width: 200px;
    height: 200px;
    margin: 0 20px 20px 0;
    background-color: #EDF1F7;
}

ul.listing-fabricant div {
  height: 130px;
}

ul.listing-fabricant li img {
    margin: 20px 20px 10px 20px;
    display: inline;
    width: 160px;
    clear: both;
    border: 1px solid grey;

    position: relative;
    top: 0px;
}

ul.listing-fabricant li h3 {
    list-style-type:none;
    padding: 10px 0 0 0;
    margin:0;
    clear: both;
    font-size: 10pt;
    text-align: center;
}

ul.listing-fabricant li h3 a {
    text-decoration: none;
    color:#626262;
}

ul.listing-fabricant li h3 a:hover {
    text-decoration: none;
    color:#92B052;
}

ul.listing-fabricant li p.detail {
    text-decoration: none;
    color:#626262;
    font-size: 12px;
    float: right;
    padding: 10px 10px 0 0;
    margin:0;
}

ul.listing-fabricant li p.detail a {
    display: block;
    background: url(../images/interface/btn-details.gif) no-repeat 0 0;
    width: 73px;
    height: 19px;
}

ul.listing-fabricant li p.detail a:hover {
    background-position: 0 -19px;
}