body {
    background-color:#8BA1BB;
    font-family: Arial;
    }

p.categorie {
    background-color: #000000; 
    color: #FFFFFF ;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 18px;
    font-weight: bold;
    font-size: 16px;
    }
    div.contenu {
        background-color: #FFFFFF;
        margin: 0px 10% 80px 10%;
        padding: 30px;
        min-width: 350px;
        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);           
    }
    div.categorie {
        margin-bottom: -18px;
        margin-top: 60px;
    }
    div.separateur {
        background-color: #000000;
        height: 1px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        /*height: hauteur px;
          width: largeur px;
          margin: marge px;
          float: flotter

        */
    }
    .center{
        text-align: center;
        width: 100%;

    }
    img.center {
        text-align: center;
        width:100%;

    }
    p.description {
        text-align: center;
        max-width: 400px;
        display: inline-block;
        font-size: 14px;
    }
    h1{
        text-align: center;
        margin-bottom: 12px;
        margin-top: 10px;
    }
    div.info{
        position:relative;
    }
    table.info{
        position:absolute;
        bottom: 0;
        width:100%;
        color: #FFFFFF;
        background-color: #6c829DC0;
        height: 80px;
    }
    table.info td{
        text-align: center;
        font-size: 14px;
        vertical-align: top;
    }
    table.info th{
        font-size: 16px;
        vertical-align: bottom;
        padding-bottom: 8px;
    }
    div.colonne{
        width: 45%;
        margin-top: 20px;
    }
    div.colonne h2{
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        border-bottom: 10px solid #6C829D;
    }
    div.colonne1{
        background-color: white;
        display: inline-block;
        margin-right: 10%;
    }
    div.colonne2{
        float: right;
    }
    div.ingredients p{
        text-align: center;
        font-size: 14px;
        border: 1px solid lightgray;
        padding: 8px 0;
        margin-top: 4px;
        margin-bottom: 0;
    }
    table.preparation p.xy{
        background-color: #6C829D;
        color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        padding-top: 4px;
        box-sizing: border-box;
        border-radius: 50%;
    }
    table.preparation td{
       /* vertical-align: top;*/
    }
    table.preparation td.preparation_etape{
        font-size: 14px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    table.preparation tr{
        height: 40px;
    }
    *{
        overflow: auto;
    }