/* --------------------------------------------------------------------------------------------------------------*/
/*                                            Texte et police                                                    */
/* --------------------------------------------------------------------------------------------------------------*/

p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	margin: 10px;	
    }
	
h1 {
	font-family: Arial;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold ;
	color: #828C7C;
	text-align: justify;
	margin: 10px;
    }
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
    }
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	font-style: italic;
	text-align: center;
	font-weight: normal;
    }
	
a:link {
	color: #AE0000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
    }
	
a:visited {
	color: #AE0000;
	text-decoration: none;
    }
	
a:hover {
	text-decoration: underline;
    }
	
a:active {
	color: #828C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
	
dt{
	padding-left: 90px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

dd{
	padding-left: 100px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

