body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
}

input, textarea {
	background: #CCFFCC;
	border-bottom-color: #000099;
	border-top-color: #0000CC;
}

#entete {
	background-color: #CCFFCC;
	font-size: 20px;
}

#menu {
	text-align: right;
	position: 30px;
	width: 160px;
	background-color: #CCFFCC;
	font-size: 15px;
}

.titre {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCFFCC;
	text-align:center;
}

.soustitre {
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
}

.corps {
	text-align: justify;
	font-size: 10px;
}

.lien {
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
}

.texte {
	text-align: justify;
	font-size: 12px;
}

.erreur {
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

a:active {
	color: #000099;
	text-decoration: none;
}