
ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 
  100%;
  list-style: none;
  padding-left: 0;
}

ul li {
   display: inline list-item;
   padding: 5px ;
   margin: 5px 0;
   width: 50%;
   }

ul li a {
  text-decoration: none;
  color : #000;
}

ul li img {
	max-width: 80%;
}

#presentation {
  text-align: center;
  width : 100%;
  color:#FFF;
  font-weight: 400;
  font-size: 26px;
  background-color : #d31d36;
}

#ei {
	  font-size: 15px;
}

#presentation img {
}

#general div
{
	margin-right: 10px;
	float: left;
	text-align: center;
	width : 100%;
	font-family: "Comic Sans MS", "Comic Sans", Fantasy,  cursive;
}
