body {
  font-family: "Open Sans", sans-serif;
  background-color: black;
  background-image: url(images/bg_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#ban1{
  position:fixed;
  top:0px;
  left:0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 65px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color:white;
  background-image: url('images/ban_01.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid black;
  z-index: 60;
}


#ban{
 position:fixed;
  top:0px;
  left:0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 65px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background-color: rgba(0,0,0,0.2);
  color:white;
  text-shadow: 5px 5px 5px black;
  
  border-bottom: 1px solid black;
  z-index: 90;
}

#menu{
  position: fixed;
  border-collapse: collapse;
  top:105px;
  border-bottom: 1px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  background-color: rgba(209,235,255,0.9);
  font-size: 15px;
  padding: 0;
}

.case_menu{
  width: 33%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid black;
  background-color: rgba(255,255,255,1);
  %box-shadow: inset -6px -6px 15px grey; 
}



.case_menu:hover{
	background-color: rgba(254,222,100,0.7);
}


#corps{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
  
  %background: rgba(209,235,255,0.9);
  
  position: absolute;
  top:146px;
  bottom: 10px;
  border-left: 1px solid white;
  border-right: 0px solid black;
  
  background: linear-gradient(rgba(209,235,255,0.9) 0%, rgba(198,174,83,1) 100%);
  


}


a {
 text-decoration: none;
  color: black;
  
}

a:visited{
  text-decoration: none;
  color: black;

  
}

.liens{
 display: block;
  width: 100%;
  height: 100%;
}



.photo{
 width: 300px;
  border: solid 3px black;
  border-radius: 8px;
  box-shadow: 6px 6px 15px black;
  margin-right: 30px;
  margin-bottom: 30px;
}


.image{
 width: 300px;
  border: solid 3px black;
  border-radius: 8px;
  box-shadow: 6px 6px 15px black;
  margin-right: 30px;
  margin-bottom: 30px;
}

#presentation{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.9);
	visibility: hidden;
	z-index: 200;
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: center;

}

h2,h3{

	text-align: center;
}

h3{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: rgba(240,254,250,0.4);
	margin-left: 0px;
}


h4{
	font-style: italic;
	font-size: 15px;
	background-color: rgba(240,254,250,0.4);
}



.paragraphe{
	padding: 10px;	
	}



.imgP{
	width:300px;
	margin:auto;
	border-radius:20px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border:solid 2px black;
	box-shadow:3px 3px 5px #303030;
	cursor: pointer;
	}

.gras{
	font-weight: bold;
}


.photos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.url{
	font-weight: bold;
	color: rgb(52,169,114);
}


.url:visited{
	font-weight: bold;
	color: rgb(52,169,114);
}


.descriptif{
	font-style: italic;
	padding: 4px;
	padding-bottom: 8px;
	margin-left: 10px;
	background-color: rgba(255,255,255,0.3);
	color: rgb(80,80,80);
}

.descriptif .gras{
	color: black;
}



