body {
	background-color: black;
	color: white;
}

#cadre {
  	max-width: 1022px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	border:0;
	padding:0;
}

h4 {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.clickable {
    cursor: pointer;
}

.imgthumb {
	margin: auto;
	display: block;
}

#picture {
	margin: auto;
	display: block;
}

 #modal-main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
 }

.arrows {
	width: 30px;
	margin: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#name {
	text-align: center;
	padding: 2px;
}

.vignette {
	display: flex;
	justify-content: center;
	width: 240px;
	height: 150px;
	border:1px solid white;
	margin: 5px;
}

 .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
  }

  .modal-content {
	background-color: #fefefe;
	margin: 20px auto;
	display: flex;
  	flex-direction: column;
	border: 0;
	color: black;
  }

  .close {
	color: #aaa;
	padding-right: 10px;
	height: 30px;
	font-size: 28px;
	font-weight: bold;
	display: flex;
  	justify-content: flex-end;
  }

  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  .arrows:hover,
  .arrows:focus {
	color: #aaa;
	text-decoration: none;
	cursor: pointer;
  }

  .vignette:hover,
  .vignette:focus {
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
  }

  #tabula {
	margin:auto;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}
