h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Couleur de Texte */

.blanc {
	color: #FFFFFF;
	text-decoration: none;
}
.bleu {
	color: #306799;
	text-decoration: none;
}
.orange {
	color: #F96611;
	text-decoration: none;
}
.jaune {
	color: #F79910;
	text-decoration: none;
}
.gris {
	color: #333333;
	text-decoration: none;
}
.grisc {
	color: #666666;
	text-decoration: none;
}
.rouge {
	color: #980F08;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
.dates {
    display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
