body
{
background: #B00808;
}
#bloc_page
{
	background: #EEEEAA;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.5em solid;
	margin-bottom: 10px;
}	
ul {
    list-style-type: none;
    display: flex;
}
li {
    margin-right: 15px;
}
 a {
    font-size: 1.3em;
    color: #181818;
    text-decoration: none;
}
#contenu1 {
	display: flex;
	flex-direction:row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#Partie1 {
	background: #EEEEAA;
	border: 0.5em solid;
    overflow: auto;
    width: 55%;
    height: 700px;
    text-align: justify;
    min-width: 200px;
}
section h1 {
	margin-left: 5px;
}
section p {
	margin-left: 5px;
	margin-right: 5px;
}
#image {
    border: 0.5em solid;
    width: 40%;
    height: 700px;
    text-align: center;
    min-width: 200px;
}
img {
	width:100%;
	height:100%;
}
#contenu2 {
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#Partie2 {
	background: #EEEEAA;
	border: 0.5em solid;
    overflow: auto;
    width: 45%;
    height: 1300px;
    text-align: justify;
    min-width: 200px;
	margin-left:10px;
}

#image2 {
    border: 0.5em solid;
    width: 50%;
    height: 1300px;
    text-align: center;
    min-width: 200px;
}