 /*Couleur de base du background pour changer, chercher et remplacer #F3F6D4 jaune actuellement blanc #FFFFFF*/

p, section, footer
{ color: black; 
font-family: arial, verdana, sans-serif;
font-size: medium;}
section
{margin-left: 25%;
margin-right: 15%}
h1
{font-size: 300%;
font-family: arial, verdana, sans-serif;}
strong
{font-size: larger;}
h2
{font-family: arial, verdana, sans-serif;
font-size: large;
background-image: linear-gradient(to right, #48F8EC, #FFFFFF);
margin-left: 25%;
margin-right: 25%}
h3
{font-family: arial, verdana, sans-serif;
font-size: large;
color: red;
font-weight: bold;
height: 8px;
}
em
{font-size: larger;
font-style: oblique;
font-weight: bold;
text-decoration: none;}
body
{background-color: #FFFFFF;

    /* Obligatoire si on veut "voir" le dégradé */
    width: 100%;
    height: 100%;}
nav
{float: left;
color: blue;
font-family: arial, verdana, sans-serif;
	width: 25%;
	min-width: 200px;
text-align: left;
}
nav ul
{
list-style-type: none;
}
nav a
{
font-size: 1.2em;
color: #181818;
padding-bottom: 3px;
text-decoration: none;
}
nav a:hover
{
color: blue;
font-size: larger;
font-weight: bold;
background-color: yellow;}
/*border-bottom: 3px solid #760001;
section
{margin-left: 25%;
margin-right: 20%}*/
aside
{position: absolute;
top: 200px;
margin-left: 85%}