/* Couleurs officielles du logo */
.rouge { background-color: #E2001A; } 
.prune { background-color: #630630; } 
.sable { background-color: #EEE4D2; } 

.fg_white { color: white; } 
.fg_white_bold { color: white; font-weight: bold; } 

* {
  padding: 5px;
  border: 0;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 312;
}

div.header {
  text-align: center;
}

div.header h2 {
  margin: 4px;
  font-size: 130%;
}

div.header h3 {
  margin: 2px;
  font-size: 85%;
}

div.header a {
  text-decoration: none;
  color: white;
}
