body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#CCCCCC;
}
.important  {
	color:#FFFFFF;
	font-weight:bold;
}
a.menu:link {
	color:#00FF00;
	text-decoration:none;
}
a.menu:visited {
	color:#00FF00;
	text-decoration:none;
}
a.menu:hover {
	color: #00FF99;
	text-decoration:none;
}

a:link {
	color:#00FF00;
	text-decoration:none;
}
a:visited {
	color:#00FF00;
	text-decoration:none;
}
a:hover {
	color: #00FF00;
	text-decoration:none;
}

.soustitre {
	font-weight:bold;
	color:#FFFFFF;
}
.titre {
	font-weight:bold;
	font-size:14pt;
	color:#FF9900;
}

.fond {
	background-image: url(images/fond1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.fond_menu {
	background-image: url(images/fond_menu.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #00FF00;
}
.fond_main {
	background-image: url(images/fond_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #CCCCCC;
}
.copyright {
	font-size: 9pt;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
