
/* ---------------------------- Réglages généraux ---------------------------------- */ 
html, body {
 margin:0;
 padding:0;
 background-color:#f1f1f1;
 }
 h1
{
    font-family:calibri light;
	font-size: 45px;
	font-weight:normal;
	text-align:center;
}
h2
{
    font-family:calibri light;
	font-size: 20px;
	font-weight:normal;
	text-align:center;
}
p
{
    font-family:calibri light;
	font-size: 15px;
	font-weight:normal;
	text-align:center;
}

/* ---------------------------- En tête ---------------------------------- */ 
.header {
	
  height:130px;
  overflow: hidden;
  background-color:#f1f1f1;
  padding:0px 0px;
}
.diapo{
    text-align:center;

}

