

body { 

  background-color: white; 
  width: 100%;
  height: 100%;
  z-index:-20;

}



.h1
{	
	font-weight: normal;
    color: black;	
	font-size: 30px;
	font-family: arial;
	position: fixed;
	top:0px;	
	left: 25px;
	z-index: 20; 
	text-align: centered;

}

.projets
{	
	font-weight: normal;
    color: black;	
	font-size: 18px;
	font-family: arial;
	position: fixed;
	top:20px;	
	left: 500px;
	z-index: 20; 
	text-align: centered;

}

.atelier
{	
	font-weight: normal;
    color: black;	
	font-size: 18px;
	font-family: arial;
	position: fixed;
	top: 20px;	
	left: 650px;
	z-index: 20; 
	text-align: centered;

}

.contact
{	
	font-weight: normal;
    color: black;
	font-size: 18px;
	font-family: arial;
	position: fixed;
	top: 20px;	
	left: 800px;
	z-index: 20; 
	text-align: centered;

}

.colonne
{
    position: fixed;
	left: 0px;
    top: 0px;	
    height: 80px;
	width: 100%;
	z-index: 15;
	background-color: rgba(255, 255, 255, 0.6); 
}

.titre{

	position: fixed;
	font-weight: normal;
    color: white;
	font-size: 18px;
	font-family: arial;
	right:40px;
	bottom:0px;
	z-index: 20;


 }

 
.img1
{
	position: absolute;
	top: 85px;
	left: 0px;
	z-index: 9;
}	
.img2
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 9;
}

  .png {

	bottom: 18px;
	left: 35px;
	z-index: 10;
	position: fixed

 }

	


