p
{
    color: blue;/* Les paragraphes seront en bleu */
    font-size: 1em;
    font-family: Times, "Arial Black", Arial, Verdana, sans-serif;
}
h1
{
		color:#99CCCC;
		font-size: 4em;
		font-style: normal;
		font-weight: bold;
		text-align: center;
}

h2
{
		color:#CCCCFF;
		font-size: 1.6em;
		font-style: normal;
		font-weight: bold;
		text-align: center;
}
em
{
	color:#006699;
		font-size: 1em;
		font-style: italic;
		font-weight: bold;
}
mark
{
		color:#99CC99;
		font-size: 1.5em;
		font-style: normal;
		font-weight: bold;
}
h3
{
		
	text-align: center;
	font-size: 1.4em;
	color:#CC33FF;

}
.références
{
		color:green;
		font-size: 1.5em;
		font-style: italic;
}

.imageflottante
{
    float: left;
   
}

body
{background-color: #73C2FB; /* Le fond de la page sera BLEU */
color: #CC33FF; /* Le texte de la page sera MAGENTA */
background-image: url("image site.PNG");
background-size:20%;


background-repeat: no-repeat; /* Le fond ne sera pas répété */
background-position: top right; /* Le fond sera placé en haut à droite */
}
