﻿#contenu {
    max-width: 995px;
    min-height: 600px;
}

#sousContenu {
    max-width: 995px;
    min-height: 600px;
    background-color: white;
    padding: 10px 100px;
    color: #004c74;
    font-size: 14px;
    font-weight: normal;
}


h1 {
    color: #ff7f37;
    font-weight: bold;
    font-size: 36px;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #efefef;
    padding: 7px 20px;
    margin-right: -40px;
    margin-left: -50px;
    position: relative;
    box-shadow: 10px 10px 0px rgba(0,0,0,.1);
    background-position: left center;
    background-repeat: no-repeat;
    color: #21bbef;
}

    h2::before {
        content: "> ";
    }

.sommaire {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #efefef;
    padding: 10px 10px 10px 199px;
    margin-right: -100px;
    margin-left: -140px;
    position: relative;
    box-shadow: 10px 10px 0px rgba(0,0,0,.1);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-image: url(../images/cartoucheBleu.png);
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #004c74;
}

    h3::before {
        content: "> ";
    }

a {
    text-decoration: none;
    color: #2d8bc6;
}

    a:hover {
        color: #ff7f37;
    }

#sousContenu li {
    padding-left: 0px;
    list-style-image:url(../images/puceVerte.png);
}


.logoMarque {
    max-width: 200px;
    margin-right: 10px;
    float: left;
}

.lienMarque {
    padding-top: 20px;
    clear: both;
    text-align: center;
}