/* --------- CSS - pages video */
body {
	background-image: url(/img/tete/v-fond.jpg);
	}
/* Titre 1 de la page - utile pour référencement moteur mais caché car perturbe l'affichage */
h1, h2  {
	display: none; 
	}

/* ---------------------- Page VIDEO ------------------------------------------- */
/* Page Video - container intégrée standard de vidéo */
video {
    width: 95%; /* format cinema : 450 x 254 */
	max-width: 450px;
	min-width: 350px;
    /* height: 254px;*/
	border-radius: 5%;
	box-shadow: 5px 2px 10px #252421;
	background-color: #95B9C7;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.auteurFilm {
	font-size:0.9em;
    color: darkblue;
	}
/* Page Audio - auteurAlbum */
.resumerFilm {
	font-size:0.8em;
    color: darkblue;
	}
/* Page Audio - iconeTitreChant */
.iconeTitreFilm {
	width: 22px;
	height: 16px;
	margin-top: 5px;
	margin-right: 5px;
	vertical-align: bottom;
	}
/* Page Audio - icone téléchargement des paroles de chants au format PDF + style transition permutation sur ON - original width: 230px; height: 282px; */
.icoTelechargerVideo {
	width: 20px;
	height: 20px;
	margin-right: 5px;
 	vertical-align: top;
   }


