div#patchwork
{
    background-color: white;
    border: 1px solid black;
    height: 400px;
    margin: 0 auto;
    width: 600px;
}

ul
{
    margin: 0px;
    padding: 0px;
}

li
{
    display: block;
    float: left;
    width: 198px;
    height: 398px;
    border: 1px solid black;
    background-repeat: no-repeat;
}

li a
{
    color: black;
    text-decoration: none;
}

li a:hover
{
    text-decoration: underline;
}

li p
{
    border-top: 2px solid black;
    display: block;
    font-family: serif;
    font-weight: bold;
    font-size: 20px;
    height: 30px;
    margin-top: 360px;
    padding-top: 6px;
    text-align: center;
}

li:hover
{
    cursor: hand;
    background-color: #950;
}

li#massages
{
    background-image: url(../images/index_massage.jpg);
}

li#aromatherapie
{
    background-image: url(../images/index_aromatherapie.jpg);
}

li#conciergerie
{
    background-image: url(../images/index_conciergerie.jpg);
}

p#description
{
    display: block;
    font-family: serif;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
}

p#description a
{
    color: black;
    font-size: 13px;
    text-decoration: none;
}

p#description a:hover
{
    font-weight: bold;
    text-decoration: underline;
}