a:link
{
color : #FFFF00;
text-decoration : none;
}
a:visited
{
color : #FFFF00;
text-decoration : none;
}
a:active
{
color : #FF0000;
text-decoration : none;
}
h1{
color : red;
   background-color : black;
}
h2{color : red;
   background-color : gray;
}
body{color : white;
background-color : blue;
text-align : center;
}

.nomspecial
{
position : absolute;
}

.enteteDroite
{
float : right;
}

.enteteGauche
{
float : left;
}

.nom
{
font-style : italic;
color  : #99FF00;
position : absolute;
top : 2.3cm;
right : 0.5cm;
}

