
body, table {
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 11px;

    color: black;
}

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

a:hover {
    text-decoration: underline;
}

hr {
    border: 0px;
    color: black;
    background-color: black;
    height: 1px;
}

.header {
    font-size: 10px;
}

.navigation td {
    background-color: black;
    border: solid;
    border-color: white;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;

    font-family: Arial, Helvetica;
    color: yellow;
    font-size: 11px;
    font-weight: bold;
    
    text-align: center;
}

.navigation a {
    color: white;
    text-decoration: none;
}

.navigation a:hover {
    color: yellow;
}

.label {
    font-size: 18px;
    font-weight: bold;

    border-bottom: solid black 1px;

    margin-bottom: 5px;
}

.item {
    margin: 0px;
}

.news {
    font-size: 10px;
}

.title {
    background-color: #009b82;
    font-size: 17px;
    font-style: italic;
    color: white;
    font-weight: bold;
    padding-left: 10px;
}

.title2 {
    font-size: 18px;
    font-weight: bold;
}

.title3 {
    font-size: 13px;
    font-weight: bold;
}

.price {
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}

.price2 {
    font-size: 16px;
    color:red;
    font-weight: bold;
}

.adresse {
    font-size: 10px;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: black;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

