/* RECIPE */

.recipe{
    background-color:#dbd5bf;
    padding-bottom:5px;
    margin-bottom:10px;
    overflow:visible;
    height:1%;
}

.recipe .text{
    padding:10px;
    padding-bottom:5px;
    overflow:auto;
    
}

.recipe .text img{
    float:left;
    border:1px solid #fff;
    margin-right:5px;
}

.recipe .label{
    text-align:justify;
    font-weight:bold;
    font-size:11px;
    margin-bottom:5px;
}

.recipe .url{
    float:right;
    background:url(../../images/site/fleche-marron.gif) center left no-repeat;
    padding-left:10px;
    font-size:10px;
    padding-bottom:2px;
}

.recipe .url a{
    color:#301400;
}