body{
	background-color:;
	margin:0;
}

.textover{
    position:fixed;
	top:20%;
	left:0;
	width:100%;
	text-align:center;
	font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif; 
	font-style: italic;  
    color:white;
    font-size:100px;
    opacity: 0.6;
 
  	}

.entete{
	line-height:0;
}
.contenu{
	display:flex;
	flex-wrap:wrap;
	line-height:0;



}
.droite{
	flex:1 1 60%;
    background-color:;

}
.gauche{
	flex:1 1 40%;
	background-color:;

}

.texte{
	background-color:;
	flex:1 1 40%;
	flex-wrap:wrap;
	line-height:1;
	margin: 12px; 
    font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;   
    color:lgrey;
    font-size:16px;
    line-height:2 ;
	
	}

h1{
	   font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;   
    color:lightgreen;
    font-size:22px
	
	}