@charset "utf-8";
/* CSS Document */



body {
	background-color: #FFFFFF;
	background-image: url(images/fondepage.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-indent: 20px;
	margin: 0 auto;
}
#table {
	background-image: url(images/dessoustop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#plume {
	background-image: url(images/plume.jpg);
	background-repeat: no-repeat;
	background-position: 130px 30px;
	height: 397px;
}
.titre {
	font-size: 14px;
	font-weight: 900;
	color: #003300;
	text-align: center;
}
a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a {
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #003300;
}
*.links {
	font-size: 10px;
}