body {
    background: url('images/fond.png') repeat-y center top;
    font-family: Verdana, sans-serif;
    color: #393939;
    font-size: 13px;
}

a {
    color: #E3532D;
}

.header {
    width: 920px;
    height: 135px;
    margin: 0 auto;
    background: #ffffff url('images/header.jpg') no-repeat right top;
    position: relative;
}
.logo {
    margin-top:20px 0 0 20px;
}

.menu {
    width: 920px;
    margin: 0 auto;
    background: #000;
    display: flex;
}
.menu-item {
    color: #fff;
    width: 20%;
    padding: 5px 10px;
    text-align: center;
}

.conteneur {
    width: 920px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    min-height: 400px;
}
.col-gauche {
    width: 280px;
    padding-left: 10px;
}
.col-droite {
    width: 600px;
    padding-left: 10px;
}
h2 {
    color: #E3532D;
    text-decoration: underline;
}
.expert {
    display: block;
    margin: 0 auto;
}
.legende {
    text-align: center;
    color: grey;
    font-style: italic;
}
h1 {
    background: #E3532D;
    color: #fff;
    font-size: 24px;
    padding: 5px;
}
.bloc-texte {
    padding: 5px;
    border: 1px solid #E3532D;
    text-align: justify;
}

h2 {color: #000; font-size: 13px;

}




