@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
.liens {	font-weight: bold;
	text-align: left;
}
.soustitre {	color: #396;
	font-size: 18px;
	text-align: left;
	left: auto;
	right: auto;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}


