body {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    font: 12px Lucida Grande, Lucida Sans Unicode, Lucida, Geneva, Arial, sans-serif;
}

#container {
    background-color: #19265E;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.2, rgb(25,38,94)),
        color-stop(1, rgb(30, 147, 186))
    );
    color: yellow;
    border: 6px double yellow;
}

a, a:link, a:visited, a:focus, a:hover {
    color: yellow;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
div.button {
    clear: both;
    margin: 8px;
    text-align: center;
}
div.button a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 15px;
    background-color: yellow;
    border: 1px solid #19265e;
    color: #19265e;
    text-decoration: none;
}
div.button a:hover {
    text-decoration: underline;
}

.color {
    color: #ffffff;
}


/* COLONNE GAUCHE */
#infos {
    width: 219px;
    float: left;
    padding: 10px 10px 20px 10px;
    border-right: 1px solid yellow;
}
#infos ul {
    text-transform: uppercase;
    list-style: disc outside;
    font-size: 13px;
    margin: 20px 0;
    padding-left: 16px;
}
#infos li {
    padding: 4px 0;
}
#address {
    margin: 20px 0 30px 0;
    text-align: center;
}
#courtoisie {
    border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
    padding: 5px;
}


/* CENTRE */
#header, #content {
    float: left;
/*    border-left: 1px solid yellow;*/
}
#header ul {
    background: yellow;
    text-align: right;
}
#header li {
    display: inline;
    margin: 2px 10px;
}
#header li a {
    line-height: 20px;
    color: blue;
}

.col {
    width: 198px;
    float: left;
    padding: 10px;
    margin: 8px;
    border: 1px solid yellow;
}
.col h2 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#nettoyage {
    background-color: yellow;
    text-align: center;
    padding: 2px;
    color: #19265e;
    border: 1px solid #19265e;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}
#prix {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}
#depannage {
    margin-bottom: 20px;
}

.occas p {
    text-align: center;
}
.occas img {
    width: 198px;
}
.occas a {
    font-size: 11px;
}


/* FOOTER */
#footer {
    text-align: center;
    clear: both;
    margin-bottom: 5px;
    font-size: 10px;
}
