@charset "utf-8";
.body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: url((URL));
	list-style-type: square;
	position: fixed;
	visibility: visible;
}
.titres {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	background-color: #0068B4;
}
.soustitres {
	font-size: 12px;
	text-align: center;
	color: #0068B4;
}
a:link {
	color: #656176;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #C8D529;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
a:hover {
	color: #06F;
}
a:active {
}
