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

#contenu {
	display: flex;
	flex-direction:row;
	justify-content: space-around;
	flex-wrap: wrap;
}

#Partie1 {
	background: #EEEEAA;
	border: 0.5em solid;
    overflow: auto;
    width: 55%;
    height: 580px;
    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: 30%;
    height: 580px;
    text-align: center;
    min-width: 200px;
}
img {
	width: 100% ;
	height: 100%;