/*
Feuille de styles pour les pages d'exercice de Little Boxes
04 CSS - Les premières étapes
*/

body {
  color: white;
  background-color: #8c8c8c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper {
  color: black;
  background-color: white;
}
#bandeau {
  color: black;
  background-color: #f3c600;
}
    #bandeau img {
      background-color: white;
    }

h1 { font-size: 150%; }
h2 { font-size: 130%; }
/* Autre couleur de police pour strong (non présente dans le cahier) */
strong { color: #4e9b88; }
address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em;
}
a { text-decoration: none; outline: none; }
a:link { color: #d90000;}
a:visited { color: #cc6666; }
a:hover, a:focus { text-decoration: underline; }
a:active { color: white; background-color: #d90000; }
.skiplink { display: none; }
