body {
	background-color:#FFF;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#conteneur {
	
	width:100%;
	max-height: 100vh;
	text-align:center;
	margin-top:0px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:#000000;
	font-style: normal;
	text-decoration: underline;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
#texte_contenu {
	display: inline-block;
	width: 70%;
}
img.visuel{
	
	max-width:90%;
	height: auto;
}
