span.red {
  color: #C6133D;
}
span.gold {
  color: #AC9050;
}
span.brown {
  color: #451C06;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  width: 100%;
  height: 100%;
  background: url(../../images/fond-zebra-lang.gif) repeat center scroll;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
body {
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
}
ol,
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body {
  background: url(../../images/fond-zebra-lang.gif) repeat center scroll;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
body div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
