body {
	background-color: #CACDDB;
	font-family: "Trebuchet MS";
}

h1 {
	font-size: 1em;
	color: #8A91B0;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-indent: 8px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8A91B0;
	border-left-color: #5A6285;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #000000;
	margin: 0px;

}

h3 {
	font-family: "Trebuchet MS";
}

.date {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #999999;
}

table.container {
	border: 1px solid #5A6285;
	background-color: #FFFFFF;
	margin-top: 15px;
}
td.contenu {
	padding-right: 20px;
	width: 670px;
	vertical-align: top;
}
td.evidence {
	font-family: "Trebuchet MS";
	font-size: small;
	line-height: 16px;
	color: #8A91B0;
	width: 120px;
	vertical-align: middle;
	margin-top: 1px;
	padding: 3px;
	border: 1px dotted #8A91B0;





}

p {
	font-family: "Trebuchet MS";
	font-size: small;
	line-height: 16px;
	color: #000000;
	margin-bottom: 15px;

}

ul {	
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #5A6285;
	text-decoration: none;
}
