body{
    padding:0;
    margin:0;
    width:964px;
    vertical-align:top;
    font-family:cochin;
    background: white;
    color: black; font-size:1em; line-height:1.2em;
}

header {
    background: #c3251b;
    color: White;
}

nav {
    height: 61px;
    background: #f2bb39;
    font-size: 12px;
    line-height: 15px;
}

#navlist li{
    display: inline;
    padding: 26px 40px 19px 10px;
    float: left
}

.main_w {
    border: 3px double black;
    margin: auto;
}

h3 {
    color: maroon;
    margin-left: 40 px
}

h2 {
    color: maroon;
    font-size: 18px;
    text-decoration: underline;
    margin-left: 5%;
}

h1 {
    color: blue;
}

#Titre {
    text-align: center;
}

.texte {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
}

.photo {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

.ital {
    font-style: italic;
}

.gras {
    font-weight: bold;
}

footer p {
    display: inline;
    height: 44px;
    background: #f2bb39
    color: black
    font-size: 12px
}
