body {
	background-color: black;
	}
H1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Verdana;
	color: white;
	}
	
#tab_images {
  column-count: 3;
}
p {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	}
.menu:hover {
	//opacity: 80%;
	cursor: pointer;
	}
#actuellement,#div_update {
	color : white;
	width: 100%;
	text-align: center;
	}
.menu {
	display: none;
	position: absolute;
	font-size: larger;
	width: 80px;
	height:20px;
	text-align: center;
	//border: 1px solid black;
	border-radius: 20px;
	background-color: white;
	overflow:hidden;
	padding: 10px;
	box-shadow: 3px 2px 2px gray;
	opacity: 0.7;
	}
#update {
	display: none;
	}
.col {
	color:white;
	border:1px solid white;
	padding: 10px;
	}
.nom {
	font-weight: bold;
	}
.tot {
	text-align: center;
	}
#montablo {
	margin: 0 auto;
	border-collapse:collapse;
	}
.colimage {
	padding:0px;
	}

