body,html{
	margin:0;
}
html{
	min-height: 100%;
}
body{
	height: 100%;
	min-height: 100vh;
	display: flex;
}


#right{
	padding:20px;
	background-color: #EEE;
	font-size: 20px;
	font-family: verdana;
	width: 100%;
}#right h1{
	text-align: center;
	font-size: 50px;
	font-family: "Comic sans ms";
}#right a,#right a:visited{
	color:orange;
	text-decoration: none;
}#right a:hover{
	color:blue;
}


.bloc{
	text-align: justify;
	width: 80%;
	background-color: white;

	margin:auto;
	margin-bottom: 50px;
	padding:20px;
	border-radius: 10px;
	box-shadow: 5px 5px 8px;
}.bloc_title{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}


/*--------------- DOWNLOADS*/
#download_infos{
	display: flex;
	justify-content: space-around;
}#download_infos img{
	height: 150px;
	border-radius: 10px;
}#download_infos table{
	font-size: 25px;
	border-collapse: collapse;
	width: 50%;
}#download_infos td, #download_infos th{
	border:1px solid black;
	padding:5px;
	text-align: center;
}
.