body{
	background-color: #fff;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding : 0;
	margin: 0;
	font-size: 1.3em;
}

#top{
	width: 100%;
	background-color: #1273a0;	
	padding-top: 20px;	
	padding-bottom: 10px;	
	text-align: center;
}

#top img{
	width: 80px;
}

#entete{
	text-align: center;	
}

#corps{
	margin: auto;
	max-width: 800px;
	text-align: justify;
	padding-left: 7px;
	padding-right: 7px;
}

#corps img{
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bleu{
	color: #106890;
}
.vert{
	color: #269c3f;
}
.rose{
	color: 	#d87e8d;
}
.rouge{
	color: #c30000;
}
.orange{
	color: #eba849;	
}

hr{
  border: none;
  border-top: 3px double #106890;
  color: #106890;
  overflow: visible;
  text-align: center;
  height: 5px;
}

a{
	text-decoration: underline;
	color: #106890;
}
a:hover{
	text-decoration: underline;
	color: #000;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  padding-left: 1.3rem;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 0.2rem;
  left: 0;
  content:'';
  width: 1rem;
  height: 1rem; 
  border-radius: 1rem;
}
input[type="radio"] + label::before {
  border: 1px solid #106890;
  background-color: #eee;
}
input[type="radio"]:checked + label::after {
  background-color: #106890;
}

/* SCROLLBARS */

/* Works on Firefox */
* {
  scrollbar-height: thin;
  scrollbar-width: thin;
  scrollbar-color: #1273a0 #fff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #1273a0;
  border-radius: 10px;
  border: 3px solid #fff;
}