/* CSS Document */
body        
{ 
    background-color: #ffffff
	color: #434343;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-align: justify;
 }

.title
{
	color: #990000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
 }

.texte
{ 
	color: #434343;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: justify;
 }
