/* Diseño CSS */
body
{
   background-image: url("assets/degrade.png");
   background-repeat: repeat-y; /* Le fond ne se répètera que sur la première colonne, verticalement */
   margin: auto;
   width: 300px;
}
p
{
	color: blue;
	font-size: 18px;
}

h1
{
   color: #3399CC;
}
h2
{
   color: white;
   background-color: grey;
}
h3
{
	color: white;
	background-color: #3399CC;
}
/*ul
{
	background-color: red;
}*/