﻿H1 {
  text-align: center;
  color: white; 
  font-weight: bold; 
  font-size: 28pt;
  line-height: 28pt; 
  font-family: "Times New Roman"; 
  text-decoration: underline;
  
}
H2 { 
  color: white; 
  font-weight: normal; 
  font-size: 24pt;
  line-height: 24pt; 
  font-family: "Times New Roman";
  font-style: italic;
}

body { 
  font-weight: normal; 
  font-size: 14pt;
  line-height: 16pt; 
  font-family: "Times New Roman";
  font-variant: normal;
  color: white; 
  background-color: black;
  
}
th {
	text-align: center;
	word-spacing:23px;
	font-weight: normal; 
 }
a {
color: yellow;
}
a:hover {
color: Red;
}
#header {
	text-align: center;
	color: white;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1em;
	
}

table {
	text-align: center;
	padding: 10pt;
	
}
#corps {
	position: relative;
	height: 490px;
	}
#gauche {
	position: absolute;
	margin-top:2pt;
	left: 2%;
	width: 30%;	
	visibility: hidden;
	}
.vignette {
	height: 120px;
	max-width: 150px;
	margin-right: 5px;
	border: solid 2pt white;
	border-radius: 5px;
	text-align: center;
	}
.vignette:hover  {
	border: 2pt solid #0000ff;
	}
#centre {
	position: absolute;
	left:39%;
	width: 50%;	
	}
#accueil {
	height: 480px;
	max-width: 700px;
	padding: 1 pt;
	border: solid 5pt white;
	border-radius: 10px;
	}

#image {
	height: 480px;
	max-width: 700px;
	padding: 1 pt;
	border: solid 5pt white;
	border-radius: 10px;
	}
#image:hover  {
	border: 5pt solid #0000ff;
	}
.direction {
	height: 480px;
	border: solid 2pt black;

}
.direction:hover  {
	border: 1pt solid black;
	}
#droite {
	position: absolute;
	left:80%;
	width: 20%;	
	margin-right: 2pt;
	padding: 2pt;
	visibility: hidden;
	}
#menu {
	color: blue;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1em;
	font-style: italic;
	padding-left: 2pt;
	text-align: center;
	}
#footer {
	text-align: center;
	margin-left: 35%;
	margin-right: 35%;
	border: solid 1pt white;
	border-radius: 5px;
	}
#reserve {
	border: solid 1pt white;
	border-radius: 10px;
	border: solid 1pt white;
	border-radius: 20px;
	 background-color: dimGrey;
	}
 
