/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(0,0,0);}
 A:active { color: rgb(255,204,0);}
 A:link { color: rgb(255,102,0);}
 A:visited { color: rgb(255,102,0);}
 A:hover { color: rgb(102,0,0);}
 .TITRE {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #295131;
}
