div#histoire
{
    float: right;
    background-color: #FFA;
    width: 200px;
    margin: 10px;
    margin-top: 0;
    border: #AA6 dashed 1px;
    clear: right;
}

div#histoire h1
{
    font-size: 18px;
    text-align: center;
    margin: 5px;
    color: #050;
}

div#histoire p
{
    font-size: 12px;
    text-align: justify;
    margin: 5px;
}

div#histoire p img
{
    border: 1px solid #050;
    float: right;
    margin: 0 0 0 5px;
}

div#huiles
{
    float: left;
    background-color: #EEA;
    width: 200px;
    margin: 10px;
    border: #AA6 dashed 1px;
}

div#huiles h1
{
    font-size: 18px;
    text-align: center;
    margin: 5px;
    color: #050;
}

div#huiles p
{
    font-size: 12px;
    text-align: justify;
    margin: 5px;
}

div#huiles p img
{
    border: 1px solid #050;
    float: left;
    margin: 0 5px 0 0;
}

div#description
{
    float: left;
    background-color: #FFA;
    width: 200px;
    margin: 10px;
    margin-top: 0;
    border: #AA6 dashed 1px;
    clear: left;
}

div#description h1
{
    font-size: 18px;
    text-align: center;
    margin: 5px;
    color: #050;
}

div#description p
{
    font-size: 12px;
    text-align: justify;
    margin: 5px;
}

div#aromatherapie
{
    width: 510px;
    margin: 10px;
    margin-left: 220px;
}

div#aromatherapie h1
{
    font-size: 24px;
    text-align: center;
    margin: 5px;
    color: #050;
}

div#aromatherapie p
{
    font-size: 12px;
    text-align: justify;
    margin: 5px;
}

table#plantes
{
    border: 1px solid #050;
    width: 506px;
    margin: 10px;
    margin-left: 220px;
    font-size: 12px;
}

table#plantes th
{
    background-color: #050;
    color: gold;
    font-size: 14px;
}

table#plantes tr.colored
{
    background-color: #DEA;
}

img#aroma_generale
{
    float: right;
    border: 1px solid #0A0;
    margin: 10px;
}
