
/* On travaille sur la balise body, donc sur TOUTE la page */
body
{
    background-image: url("fond_essai6.jpg");
	background-repeat: no-repeat;
    
}
/* En bleu les titres et les mots en italique */
h1, em
{
    color: white;
	font-size: xxx-large;
	font-family: "Comic sans MS", "Time New Roman";
	text-align: center;
}

h2
{
    color: orange;
	font-size: x-large;
	font-family: "Comic sans MS", "Time New Roman";
}

/* En gris le texte des paragraphes */
p, u1, a
{
   color:yellow;
   font-size: xx-large;
   font-family: "Comic sans MS", "Time New Roman";
   text-align: center;
}
li
{
   color: blue;
   font-size: medium;
   font-family: "Comic sans MS", "Time New Roman";
   text-align: center;
}
