body {
    background-color: #fffcda;
} 

p {
    text-align: justify;
} 

h1 {
  text-align: center;
  color: black;
  text-shadow: 2px 2px #999966;
}

h2 {
	text-align: center;
	color: black;
	}
	
ul {
    list-style-type: circle;
	list-style-position: inside;
	padding: 5px;
}

li {
	text-align: center;
    padding: 5px;
}

span {
	background-color: #fff480;
	font-weight: bold;
	}
	
	img {
		display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
	.consigne {
		margin: auto;
    padding: 15px;
    width: 1000px;
    height: 50px;
	font-style: italic;
	text-align: justify;
	}
	
	
	.ami {
		background-color: #fff7a4;
		float: left;
	margin: 5px;
	padding: 2px;
    width: 400px;
    height: 300px;
    border: 1px solid black;
}

.image {
    clear: left;
} 