/* CSS Document */
/************GENERAL************/
.display_print{
display:none;
}
*{
margin:0;
padding:0;
font-family:verdana,arial;
font-size:12px;
}

a{
color:black;
text-decoration:none;
}

img{
border:none;
text-decoration:none;
}

table, tr, td{
border-collapse: collapse;
border:none;
}

table#main{
}

h1{
font-size:17px;
color:black;
text-align:center;
margin:5px 0 7px 0 ;
}

h2{
text-align:center;
color:white;
margin-top:12px;
font-size:18px;
font-weight: normal;
}

h3{
text-align:center;
margin-top:12px;
font-size:18px;
font-weight: normal;
}

.bordure_grise{
border:1px solid #B8B8B8;
}
/************HEADER************/
#header{
border:1px solid #B8B8B8;
border-bottom:none;
}

#header p{
font-size:9px;
}



/************contenu************/
#contenu{
padding:0;
}

    /************TAB COMPARER MARCHANDS************/

    #tab_marchands td{
    padding:4px;
    }
    
    
    .grey, .grey2, .grey_head, .greyA, .greyA2{
    border:1px solid #B8B8B8;
    font-size:11px;
    padding:6px 3px 6px 3px;
    margin:0;
    line-height:18px;
    }
    
    .white{
    width:200px;
    }
    
    .greyA{
    height:20px;
    vertical-align: text-top;
    } 
    
    .greyA2{
    height:20px;
    vertical-align: text-top;
    } 
    
    .greyA2 h3, .greyA h3{
    font-size:10px;
    line-height:1;
    margin:0;
    padding:0;
    vertical-align: text-top;
    display:inline;
    }
    
      .greyA img, .greyA2 img{
      margin:5px 2px 0 2px;
      }
         
         
    .grey_head{
    background-color:white;
    height:50px;
    width:190px;
    }
    
    .grey{
    height:20px;
    width:190px;
    }
    
    .grey b, .grey2 b{font-size:10px;}

    .grey2{
    width:190px;
    }
    
    
    /************Index comparer prix************/
    .fond_gris_prix{
    padding:20px 0 20px 0;
    background-color: #FAF8F8;
    border:1px solid #B8B8B8;
    }
    
    .fond_gris_prix p{
    margin:0 15px 0 15px; 
    }
    
    .fond_gris_prix h2{
    text-align:center;
    color:black;
    margin:12px 0 12px 0;
    font-size:18px;
    font-weight: normal;
    }      
    
    #les_produits_types{
    float:left;
    height:81;
    width:210px;
    margin-left:50px !important;
    margin-left:35px;
    text-align: left;
    margin-top:3px;
    border:1px solid #B8B8B8;
    }
    
    #les_produits_types img{
    float:left;
    margin-right:5px;
    }
    
    #les_produits_types p{
    font-size:10px;
    margin-top:5px;
    }
    
    #les_produits_types span{
    font-weight:bold;
    }
    
    
    /************TAB COMPARER PRIX************/
    .fond_jaune{
    background-color: white;
    border:1px solid #B8B8B8;
    }
    
    .fond_gris{
    padding:20px 0 20px 0;
    background-color: white;
    border:1px solid #B8B8B8;
    }
    
    #panier_special{
    margin:0 17px 0 17px;
    }
    
    
    /************panier type************/
    #panier_type{
    margin:0 17px 0 17px;
    }
    
    #panier_type .greyA2 img, #panier_type .greyA img{
    
    }
    
    #panier_type b{
    text-align:center;
    font-size:13px;
    }

