@charset "utf-8";
/* CSS Document */

.contenu{
	width: 75% !important;
	line-height: 25px;

}

@media screen and (min-width: 1600px) 
{
    /* Tout ce qui est écrit plus haut */
}
/*@media screen and (min-width: 1024px) and (max-width: 1599px)*/
@media all and (min-width: 1024px) and (max-width: 1599px)
{

}

    /* Iphone vertical */
@media screen and (min-width: 480px) and (max-width: 1023px)
{
	.contenu{
		width: 90% !important;
	}
	
	.largeur{
		font-size: 22px; 
	}
}

@media screen and (max-width: 479px)
{
	.contenu{
		width: 90% !important;
	}
	
	.largeur{
		font-size: 22px; 
	}
}
