@media screen and (max-width: 1024px)
{
	    @font-face /*polices*/
	{
		font-family: "Michael_16017";
		src: url("polices/Michael_16017.ttf");

	}
	footer /*pied de page*/
	{
		width:100%;
		color: #282828;
		text-align: left;
	}
	header /*haut de page */
	{
		text-align: center;
	}
	body /*corps de page*/
	{
		background-color: #635555;
		background-attachment: fixed;
		background-size: 100%;
		text-align: center;
	}
	nav /*menu*/
	{
	}
	li /*liste nav*/
	{
		display: inline;
		align-content: center;
	}
	label
	{
		color: #D8D8D8;
		font-size: 150%;
	}
	h1 /*titre1*/
	{
		color: #D8D8D8;
		font-size: 500%;
		font-family: "Michael_16017";
		text-align: center;
	}
	h2 /*titre2*/
	{
		color: #D8D8D8;
		font-size: 400%;
		font-family: "Michael_16017";
		text-align: center;
	}
	h3 /*titre3*/
	{
		color: #D8D8D8;
		font-size: 300%;
		text-align: center;
	} 
	h4
	{
		color: #D8D8D8;
		font-family: "Michael_16017";
		font-size: 350%;
		margin-left: 50%;
	}
	p /*paragraphe*/
	{
		color: #FFFFFF;
		text-align: center;
		font-size: 170%;
		font-style: italic;
	}
	a /*couleur du lien*/
	{
		text-decoration: none;
		font-style: bold;
		color: #FFFFFF;
		font-size: 1à0%;
	}
	a:hover /*survol du lien*/
	{
		font-weight: bold;
	}
	td
	{
		text-align: center;
	}
	.lienoeuvres /*propriétés lien vers oeuvres*/
	{
		font-style: bold;
		color: #FFFFFF;
		font-family: "Michael_16017";
		font-size: 500%;
	}
	.lienadmin /*propriétés lien vers admin*/
	{
		color: #706D6A;
	}
	.erreur /*propriétés erreur*/
	{
		color: red;
		font-size: 200%;
		text-shadow: bold;
		text-align: center;
	}
	.profil
	{
		color: #D8D8D8;
		font-size: 300%;
	}
	.oeuvres
	{
		font-size: 200%
		color: #FFFFFF;
		font-style: italic;
	}
	.nom
	{
		font-style: italic;
		text-align: center;
		color: #FFFFFF;
		font-size: 200%;
		padding-top: 10%;
	}
	.synopsis
	{
		font-size: 180%;
		color: #FFFFFF;
		font-style: italic;
		text-align: center;
		padding-right: 20%;
		padding-left: 20%;
	}
	.videlubac
	{
		font-style: italic;
		margin-right: 2%;
	}
	.liste
	{
		color: #FFFFFF;
		font-size: 150%;
		text-align: center;
	}
}