body {
    font-family: 'Verdana' !important;
}

.h1 {
    font-weight: bold;
    font-size: 48px !important;
}
.h2 {
    font-weight: bold;
	font-size: 18px !important;
}
.OSrouge {
    color: #E30914;
}
.OSbleu {
    color: #A4D8E3;
}
.OSblanc {
    color: #FFFFFF;
}
.OSshadow {
    text-shadow: 0.1em 0.1em 0.2em black, 0.1em 0.1em 0.2em black;
}

.no-underline {
  text-decoration: none;
}