body{
	font-size: 20px;
	background-color: #FFFA6B;		/*F3EC0C*/
	width: 80%;
	margin: 1rem auto;
}

#affiche{
	float: right;
	margin-left: 20px;
	width: 30%;
}


li{
	margin-top : 0.8rem;
	text-align: justify;
	}

p {
	line-height: 1.5rem;
	text-align: justify;
	}

h1{
	padding: 3rem;
	background-color: #005DAC;
	color: #FCFAFB;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
}

h2{
	background-color: #005DAC;
	color: #FCFAFB;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	padding: 0.3rem;
}

h2.action{
	display: block;
	padding-top: 2rem;
	padding-bottom: 2rem;
	
}

.evidence{
	background-color: #E9241C;
	color:   #FCFAFB;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
	padding: 2px;
}

a{
	text-decoration: none;
	font-weight: bold;
	color : #005DAC;
	 
}
