
#container {
    max-width: 1000px;
    margin: 0 auto;
    width: 1000px;
    display: flex;
    flex-direction: column;
}

#container a {
    text-decoration:none;
}

#headerArea img {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 10px;
    border-top-right-radius: 350px;
    border-bottom-left-radius: 350px;
}

#flex {
    display: flex;
}

.bigicon img {
    float: right;
    margin-right: -25px;
    
}

body {
color: black;
font-family: 'Courier New', monospace;;
background-image: url(images/img005.jpg);
 background-position: top;
 background-attachment: fixed;
    background-size: 100%;
    font-size: 20px;
    padding-bottom: 10%;
}

body a {
  color: rgb(100, 9, 27);
}


.nav {
    background-color: #e8e5db;
    width: 250px;
    font-size: 25px;
    border-radius: 5px;
    margin-bottom: 7px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.bigicon img {
    float: right;
    margin-right: -25px;
}

.nav2 {
    background-color: #e8e5db;
    width: 250px;
    font-size: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.nav a {
    color: #372e29;
}
.nav2 a {
    color: #372e29;
}
.navbutton {
    display: flex;
    width: 180px;
    padding-bottom: 5px;
}

.navbutton img {
    padding-right: 10px;
    padding-left: 9px;
    height :min-content
}

.navbutton a:hover {
    color: #e8e5db;
    background-color: #e1b63e;
}

#titre {
background-color:White;
    
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5;
    border-top-right-radius: 350px;
    border-bottom-left-radius: 350px;
    background-image: url(images/amisdubus.PNG);
}

#main {
    background-color:rgb(238, 228, 191);
    flex: 1;
    order: 2;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

#main a {
  color: rgb(100, 9, 27);
}

#main a:hover {
  color: DarkBlue;
}



#leftSidebar {
    order: 1;
    margin-right: 10px;
}

a {
text-decoration: underline;
color: Crimson;
font-family: 'Courier New', monospace;
}

a:visited {
    text-decoration: none;
    color: #372e29;
}

a:hover {
color: DarkBlue;
font-family: 'Courier New', monospace;
}




.liste{
    color: black;
font-family: 'Courier New', monospace;
font-size: medium;
}

@media only screen and (max-width: 1000px) {
  
    #flex {
        flex-wrap: wrap;
    }

    body {
        padding-left: 0%;
    }

}