ul#index{
  margin-top: 20em;
  width: 600px;
}

ul#index li{
  display: block;
  float: left;
  height: 7em;
  width: 7em;
  margin: 0 1em;
}

ul#index li a{
  display: block;
  margin-left: -.6em;
  margin-top: -1.4em;
  border: none;
  font-size: .85em;
  color: white;
  text-transform: uppercase;
  letter-spacing: -1px;
}

ul#index li a:visited{
  color: white;
  border: none;
}

ul#index li a:hover{
  color: #ccc;
  border: none;
}

ul#index li a em{
  font-style: normal;
  font-size: 5em;
  font-weight: bold;
}

ul#index li a em{
  color: white;
}

#agence{
  background-color: #162608;
}

#equipe{
 background-color: #33490c; 
}

#actualites{
  background-color: #5d8015;
}

#projets{
  background-color: #85b51e;
  
}

#projets em{
  margin-right: -25px;
}


div#corps img{
  margin-top: 12em;
  border: none;
  width: 458px;
}