body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-align: center;


}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: underline overline;
}
.commentaireOriginal {
	color: #FFFFFF;
}
.commentairesAjoutes {
	color: #FFFF33;
}
.divInvisible {
	display:none
}
.divVisible {
	display:inline
}
.annee {
	color:#FF6600;
	font-size: large;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
}
.mois {
	color:#FF9900;
	font-weight: bold;
	text-decoration: none;
}
.jour {
	color:#FFCC00;
	text-decoration: none;
	text-transform: none;
}
.nouveau {
	color: #FF0000;
	font-weight: bold;
	font-size: large;
}