/* Votre Style */
@font-face {
  font-family: 'Walkway';
  src: url('../fonts/Walkway_SemiBold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway_Light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Raleway,arial,sans-serif;
}
header, footer {
  background: #ddd;
}
main {
  background: #eee;
}
aside {
  background: #aaa;
}
.links {
  padding: 35px 0;
}
.links li {
  display: inline;
  padding: 0 15px;
}
.links img {
  width: 60px;
  height: 60px;
}
