/* Feuille de style Page Accueil */

h3 { font-family: algerianregular, sans-serif}

.video-youtube {width: 560px; 
				height: 315px;}

@media screen and (max-width: 425px)
{
	.video-youtube{ width: 320px;
					height: 180px;}
}