/* Apparence du texte */

h1
	{
		text-decoration: none;
		text-align: center;
		color: black;
		font-family: Arial;
		font-size: large;
		font-weight: bold;
		border-bottom: 2px solid #FFCC00;
		margin: 40px;
	}

/* RESPONSIVE */	
@media screen and (max-width: 1000px)
{
h1
	{
		font-size: medium;
	}
}

h2
	{
		text-decoration: none;
		text-align: center;
		color: black;
		font-family: Arial;
		font-size: medium;
		font-weight: bold;
		border-bottom: 2px solid #FFCC00;
		background: rgba(255,255,255,0.5);
	}
	
h3
	{
		text-decoration: none;
		text-align: center;
		color: black;
		font-family: Arial;
		font-size: xx-large;
		font-weight: bold;
		background: rgba(255,204,0,0.5);
    }
    
/* RESPONSIVE */	
@media screen and (max-width: 1000px)
{
h3
	{
		font-size: large;
	}
}
	
h4
	{
		font-family: Arial;
		font-weight: 400;
		color: #232939;
		font-size: 25px;
		line-height: 27px;
		font-style: Normal;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		direction: ltr;
	}
	
h5
	{
		font-family: Arial;
		color: #232939;
		font-size: 16px;
		line-height: 20px;
		font-style: Normal;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		direction: ltr;
	}
	
h6
	{
		text-align: justify;
		font-family: Arial;
		font-size: large;
		font-weight: normal;
		padding: 5px;
	}

/* RESPONSIVE */	
@media screen and (max-width: 1000px)
{
h6
	{
		font-size: medium;
	}
}

p
	{
		text-align: justify;
		font-family: Arial;
		font-size: medium;
		font-weight: normal;
		padding: 5px;
		color: #232939;
	}