/* fichier CSS */

h1
{
font-family : Tahoma, sans-serif ;
font-size : x-large ;
font-style : italic ;
color : #c0db5a ;
text-decoration : underline ;
}

h3
{
font-family : Tahoma, sans-serif ;
font-size : 11px ;
color : #c0db5a ;
margin-left : 10px ;
}

h4
{
font-family : Tahoma, sans-serif ;
font-size : 10px ;
color : white ;
margin-left : 10px ;
}

h5
{
font-family : Tahoma, sans-serif ;
font-size : 10px ;
color : white ;
}

h6
{
font-family : Tahoma, sans-serif ;
font-size : 10px ;
color : white ;
margin-left : 10px ;
}

h7
{
font-family : Tahoma, sans-serif ;
font-size : large ;
color : #c0db5a ;
margin-left : 10px ;
}

a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: white;
}
a:active {
color: white;
}
