<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************/
/************						STYLE POLICE		*******************/
/**********************************************************/

a.type1
{
	color:#5f6063;
	text-decoration : none;
}

a.type1:hover
{
	color:blue;
	text-decoration : none;
}

h1
{
	font-family: "arial", sans-serif;
	font-size : large;
/*	padding : 1px 20px 1px 20px;*/
	line-height : 20px;
	color : #5f6063; 
	background-color : none; 
	font-weight : 600;
	text-indent: 0px;
}


h2
{
	font-family: "arial", sans-serif;
	font-size : medium;
	/*	padding : 1px 20px 1px 20px;*/
	line-height : 20px;
	color : #5f6063; 
	background-color : none; 
	font-weight : 100;
	text-indent: 0px;
}



h3
{
	font-family: "arial", sans-serif;
	font-size : x-large;
	padding : 1px 0px 0px 0px;
	line-height : 20px;
	color : #5f6063; 
	background-color : none; 
	font-weight : 900;  
	text-align : center;
	text-indent : 0px;
}



h4
{
	font-family: "arial", courrier;
	font-size : small;
	text-decoration : none;
	font-weight : none;
	line-height : 40px;
	text-align: right;
	color : #FFFFFF;
}



h5
{
	font-family: Verdana, sans-serif;
	font-size : small;
	text-indent : 0px;
	line-height : 22px;
	padding : 0em 1em 0em 2em;
	color : #000000;
	background-color : none;  
}



h6
{
	font-family: "arial", sans-serif;
	font-size : x-large;
	padding : 1px 20px 1px 20px;
	line-height : 30px;
	color : #5f6063; 
	background-color : none; 
	font-weight : 900;
	text-indent: 0px;	 
	list-style-position : outside; 
}


.fin
{
	font-weight : normal;
}


.gras
{
		font-weight : bold;
}



.souligne
{
	text-decoration : underline;
}



.sans_souligne
{
	text-decoration : none;
}



</pre></body></html>