a:link { text-decoration: none; color: white; font-family: Arial;}
a:visited { text-decoration: none; color: white; font-family: Arial;} 
h1 {
	margin-top : calc(10%);
    text-align: center;
	vertical-align: middle;
	color : white;
	font-size : 75px;
	min-height: calc(100% - 440px);
	}
h1 a:link { text-decoration: none; color: white;}
h1 a:visited { text-decoration: none; color: white;} 

.tablefin {
	display: flex;
	}
.footer {position: absolute; bottom: 0; left: 0; right: 0}

body {
background-color: grey;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
background-image: url("images/image01.jpg");
}
.stylebody01 {
background-color: grey;
background-position: top;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/image01.jpg");
}
.stylebody02 {
background-color: grey;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/image02.jpg");
}
.stylebody03 {
background-color: grey;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/image03.jpg");
}
.stylebody04 {
background-color: grey;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/image04.jpg");
}
.stylebody05 {
background-color: grey;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/image05.jpg");
}
.stylebody06 {
background-color: grey;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/image06.jpg");
}
.stylebody07 {
background-size: cover;
background-color: grey;
background-position: auto;
background-repeat: no-repeat;
background-image: url("images/image07.jpg");
}

.tableaccueil {
	font-family: Arial;
	}

@media (min-width: 768px)
{
}
 @media (max-width: 767px)
 {
h1 {
 font-size : 30px;	
}
.stylebody01 {
background-color: grey;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-image: url("images/image01.jpg"); /* on peut mettre des images différentes pour la version smartphone */
}
 
 }
 