body {
	background-color: #999;
	font-family: 'Trebuchet MS', 'lucida sans unicode', helvetica, verdana, arial, sans-serif;
	font-size: 9pt;
	color: #fff;
	margin: 0;
}

td {
	font-family: 'Trebuchet MS', 'lucida sans unicode', helvetica, verdana, arial, sans-serif;
	font-size: 9pt;
}

th {
	font-family: 'Trebuchet MS', 'lucida sans unicode', helvetica, verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: 700;
}

p {
	padding-left: 10px;
	margin: 0 0 11px;
	clear: both;
}

ul {
	list-style-type: circle;
	list-style-image: url(https://www.quebec4x4.com/karinne/images/bullet.gif);
	margin: 5px 15px 10px;
	padding-left: 5px;
}

h1 {
	font-size: 13pt;
	color: #fff;
	font-weight: 800;
	margin: 0 5px 10px;
	border-bottom: 1px dotted #99c;
}

h2 {
	font-size: 11pt;
	/*color: #99f;*/
	color: #A3B0D9;
	font-weight: 800;
	margin: 0 8px 10px;
}

h3 {
	font-size: 12pt;
	color: #fff;
	font-weight: 800;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 9pt;
	color: #000;
	font-weight: 800;
	margin: 0 8px 0;
}

.formfield {
	border: 1px solid #000;
	color: #000;
	font-size: 9pt;
	background-color: #eee;
}

.formbutton {
	border: 1px solid #000;
	color: #fff;
	font-weight: 700;
	font-size: 8pt;
	background-color: #8585a8;
	padding-left: 3px;
	padding-right: 3px;
}

a, a:link, a:active, a:visited {
	text-decoration : none;
	color: #ccc;
}

a:hover {
	text-decoration : none;
	color: #99c;
}

a.nouvelles:link, a.nouvelles:visited, a.nouvelles:active {
	font-weight: 700;
	font-size: 8pt;
	color: #ff9;
	text-decoration: none;
	border: 0;
	font-variant: normal;
}

a.nouvelles:hover {
	font-weight: 700;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	border: 0;
}

div#menu a:link, div#menu a:active, div#menu a:visited {
	background-color: #5970b3;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-variant: small-caps;
	font-size: 8pt;
	letter-spacing: 1px;
	display: block;
}

div#menu a:hover {
	background-color: #A3B0D9;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	display: block;
}

.tableindent {
	padding-left: 10px;
	margin: 0 0 11px;
	clear: both;
}