.customdiv_carbu {
    background-color: #f0f0f0;
    background-image: linear-gradient(#f0f0f0,#ffffff);
    border-top: 3px solid #797979;
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius: 14px;
}
.t_carbu {
  color:#787878;text-align:center;font-size: 14px;text-transform:uppercase;margin:2px;margin-top:7px
}
.removeUnderline {text-decoration:none}

#box_carburant  {font-size:12px;font-family:arial;text-align:center}
@media (max-width: 600px) {
  #box_carburant {
    display: block;
    max-width: 91%;
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
#tendancemarche {margin-top:4px; margin-bottom:10px;display:inline-block}
#tendancemarche #tdm_infos {overflow:hidden}
#tendancemarche #tdm_infos .nom_carburant, #tendancemarche .tdm_infos .v_carburant, #tendancemarche .tdm_infos .b_variation {display:block}
#tendancemarche #tdm_infos span {display:block}
#tendancemarche .carburant_green {background:url(/images/carburant_green.png) no-repeat scroll 0 0 transparent;width:70px;height:75px;float:left;margin:0 2px 5px}
#tendancemarche .carburant_red {background:url(/images/carburant_red.png) no-repeat scroll 0 0 transparent;width:70px;height:75px;float:left;margin:0 2px 5px}
#tendancemarche .nom_carburant {padding:2px 0 0 0;font-weight:bold;color:#333;text-align:center;text-decoration:underline}
#tendancemarche .v_carburant {font-weight:italic;color:#666;text-align:center; font-size:14px}
#tendancemarche .b_variation {padding:0;font-weight:bold;color:#fff;text-align:center}
#tendancemarche .v_prcent_green {display:inline; background-color:#E0E0E0;margin: -2px auto;width: 66px;color: #299427}
#tendancemarche .v_prcent_red {display:inline; background-color:#E0E0E0;margin: -2px auto;width: 66px;color: #D5140F}
#tendancemarche .v_diff_prix {display:inline; font-size:10px; font-weight:normal;}
