/* 
    Document   : style
    Created on : 24-janv.-2014, 16:22:41
    Author     : LD conception
    Description:
        Purpose of the stylesheet follows.
*/


root {
    display: block;
}

/***********************************************                                HEADER                                  **************************************************/
.header {
    border-bottom: groove 5px;
    background: url('../LDCimg/header2.jpg') top center no-repeat;
    height: 675px;
}

.headerMenu {
    height: 50px;
    background-color: rgb(0, 0, 0);
}

    .headerMenu ul {
        list-style-type: none;
        margin-top: 8px;
        padding: 0;
    }

        .headerMenu ul a {
            text-decoration: none;
            color: rgb(235, 230, 230);
        }

            .headerMenu ul a:hover {
                text-decoration: none;
                color: rgb(190,56,5);
            }

.headerText {
    color: rgb(223,223,221);
}
/***********************************************                                SECTION                                  **************************************************/
.picService {
    color: rgb(190,56,5);
}

.services {
    background-color: rgb(245, 226, 212);
    margin-bottom: 15px;
}

.titleBody {
    color: rgb(190,56,5);
}
/***********************************************                                FOOTER                                  **************************************************/
.footer {
    background-color: rgb(47, 42, 42);
}

.facebook {
    background: url('../LDCimg/icones/fb.png') no-repeat;
    padding: 6px 0 0 40px;
    height: 26px;
}
