@charset "UTF-8";
.titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0.3em;
	padding: 0.3em 0px;
	color: #39F;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	background-color: #FFE4BF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F90;
}
.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	margin: 0em 0.3em 0px;
	padding: 0em 0em 0.5em;
	color: #666;
}

