body
{
    background-color: black; /* Le fond de la page sera noir */
    color: white; /* Le texte de la page sera blanc */
}

p
{
    color: green;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}

.introduction
{
    color: blue;
	font-size: 1em;
	font-family: "Arial Black";
	font-style: oblique;
	text-decoration: underline;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}

.normal
{
    color: yellow;
	font-size: 1em;
	font-family: "Arial";
	clear : both;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}

.imageflottante
{
    float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}

.site-title
{
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}