@charset "utf-8";

.Style1 
{
	color: #FF0000;
	font-weight: bold;
	font-size: 24px; 
}

.Style2 
{
	color: #000099;
	font-weight: bold;
	font-size: 16px;
}

.Style3 
{
    color: #FF0000; 
    font-weight: bold; 
    font-size: 16px; 
}

p 
{
    text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
    text-align: justify;
}
.articles 
{

	padding-right: 10px;
	
	margin: auto;
	
}
	

