html { 
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, serif;
	/*background: url(img/ArtisCoaching-ArtisAcademy.jpg) no-repeat center fixed; */
	background-color: #ffffff;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}
h1{ 
	color: #cd1c32;
	text-align: center;
	margin: 50px 0 30px;
}
p.accueil_sous_titre {
	margin-bottom: 400px0px;
	color: #515151;
	text-align: center;
	font-size: 18px;
}
.accueil_sous_titre a {
	color: #cd1c32;
}
.accueil_sous_titre a:hover {
	color: #2a6496;
}

p.accueil_txt_video {
	color: #515151;
	text-align: center;
	font-size: 18px;
}
p.accueil_txt_sites {
	margin: 60px 0 0 0 ;
	color: #515151;
	text-align: center;
	font-size: 18px;
	
}
.accueil_video {
	display: block;
	width: 400px;
	margin: 0 auto;
}
.accueil_acces_sites {
	margin: 0 auto;
	text-align: center;
}
  
.img1{ 
	position: absolute;
	top:30%;
	left: 35%;
}

