body {
	background-color : #FFFFFF;
}
h1 {
	font-size : 2em;
}
.titre {
	background-color : #FEF9E7;
	align-items : center ;
	margin : 20px
}
.titre h1{
	font-size: 3em;
}
.container {
	background-color : #eeee12;
	padding : 10px;
	display: flex; 
	flex-direction : row;
	justify-content: space-around ;
}

.menu {
	background-color : #000000;
	display: flex;
	flex-direction : row;
	justify-content : center;
	color : #FFFFFF
}

li:hover{
	background-color : #FFFFFF;
	color : #000000
}
ul	{
	display : flex;
	flex-direction :row;
}
.cadre{
	padding : 10px;
	width : 25%;
}
.cadre img{
	width: 100%;
}
.star_wars {
	background-color : #D34242;
	
}
.avatar{
	background-color : #FFFFFF;
	
}
.spyder_man {
	background-color : #2FD669;
			
}
.sources_fin {
	