body{
    background-image:url(images/fond.png);
    font-family:Verdana;
    color:#393939;
    font-size:13px;
}

header{
    margin:auto;
    width:920px;
    height:135px;
    background-color:#FFFFFF;
    background-image:url(images/header.jpg);
    background-position:top right;
    background-repeat: no-repeat;
}
#image1{
    margin-left:20px;
    margin-top:20px;
}
#boite2{
    display:flex;
    width:920px;
    height:27px;
    margin:auto;
}

.menu{
    display:inline-block;
    width:20%;
    height:27px;
    background-color: #000000;
    color:white;
    text-align:center;
    padding:5px 10px 5px 10px;
}
#boite3{
    width:920px;
    display:flex;
    margin:auto;
    background-color:#FFFFFF;
}
#titre2{
    width:280px;
    display:inline-block;
    padding-left:10px;
}
h2{
    color:#E3532D;
    text-decoration: underline;
}

#texte{
    text-align:center;
    color:grey;
}
#titre1{
    width:600px;
    display:inline-block;
    padding-left:10px;
}
h1{
    background-color:#E3532E;
    color:#FFFFFF;
    font-size: 24px;
}
#p1{
    border:#E3532D solid 1px;
    padding:5px;
    text-align: justify;
}
#texte2{
    color:#E3532D;
    text-decoration:underline;
}