body {
	background-image:url(fondpourri.jpg);
	font-size : 110%;
}
.Edouard {
    float: left;
    height:300px;
    border: 2px black;
    border-style: solid;
    border-radius: 10px;
    background-color: black;
    margin-right: 15px;
    margin-top: -10px;
    padding: 2px;
}
.Arthur {
    float: right;
    height:300px ;
    border: 2px black;'
    border-style: solid;
    border-radius: 10px;
	background-color: black;
    margin-right: 15px;
    margin-top: -10px;
    padding: 4px;
}
section {
    width: 700px;
    margin: auto;
    padding: 0px;
}
figcaption  {
	color : white ;
	
	font-weight : bold ;
	text-align : center ;
	
}
h1 {
	color : crimson ;
	font-size : 250% ;
	font-weight : bold ;
	text-align : center ;
	font-style: italic;
	text-decoration: underline;
}
ul {
	position: fixed;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 400px;
	border: 2px solid white;
}
li a {
    display: block;
    color: white;
    padding: 55px 0px 8px 16px;
    text-decoration: none;
}
div {
	position: relative;
	margin-left : 250px;
}
.bg {
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	color: white;
}
img.left {
	padding: 20px;
	float: left;
}
img.right {
	padding: 20px;
	float: right;
}
p {
	color : white;
}