.h1
{
    color: gray;
	background-color:white; 
	
}

body
{
    
	width: 99%;
  height: 99%;	
  min-height: 100vh;
  
  justify-content: center;
  align-items: center;
  

  background-image: url("images/lacham2025.jpg");
  background-size: cover;
  background-color: #66FF66;
}
header
{
  /*/background-color: #FFFF99; /*/
   
  color: green;
	font-family: Arial, sans-serif;
	font-size: medium;
	
    

     
}
#conteneur
{
    display: flex;	
    flex-direction: column;
	flex-wrap: wrap;
	border: 1px solid green;
	background-color:f8f8cf;
  /*/opacity: 1;/*/
  width: 17%;
  height: float;
  position: absolute;
  left: 120px;
  top: 120px;
    
  
}
.element1
{
   /*width: 50%;
   height: 200px;*/
   background-color: f8f8cf;
   flex:1;
   margin-left: 10px;
   
}
.element2
{
   /*width: 50%;
   height: 200px;*/
   background-color: f8f8cf;
   text-align: center;
   font-size: small;
  
   /*position: absolute;*/
}
.clic-entree
{
   width: 45px;
   height: 45px;
   position: absolute;
  right: 51%;
  top: 44%;
  /* background-color: #66FFCC;*/
   opacity=0.1;
   
}
.accueil
{
	position: absolute;
  left: 120px;
  top: 30px;
	float:top;
	text-align: left;
	
}
nav
{
 width=50%;
 vertical-align: top;
 text-align: left; 
 background-color: f8f8cf;
 position: float;
}
