/*ce sera le CSS de référence*/
body
{
border:9px double green; margin:100px; padding:145px;
background-color:#FFCC99;
}
a
{
color:#990000;
text-decoration:none;
}
a:hover
{
color:#6600CC;
text-decoration:underline;strong;
}
p
{font-size: 1em;
color: #990000;
text-align: justify;
text-indent: 0px;
line-height:1.2;
font-family: Verdana, Georgia, Arial, serif;

}
h1
{font-size: 1.8em;
font-weight: 700;
color: #990000;
text-align: center;

font-family: Verdana, Georgia, Arial, serif;

}
h2
{font-size: 1.2em;
color: #990000;
text-align: center;
font-family: Verdana, Georgia, Arial, serif;

}
h3
{font-size: 0.8em;
font-weight:lighter;
color: #990000;
text-align: center;
font-family: Verdana, Georgia, Arial, serif;

}
h4
{font-size: 0.8em;
font-style: italic;
font-weight:bold;
color: #990000;
text-align: center;
font-family: Verdana, Georgia, Arial, serif;
}



}
