/* com */


a:link
{
color:blue;
}

a:visited
{
color:purple;
}
a:hover
{
background: #ffffa6;
}

a.image
{
color:white ;
background:white;
}
a:hover.image:
{
color:white ;
}

h1
{
font-family: mistral;
font-size: 20pt;
text-transform: uppercase;
}

h2
{
font-size: 14pt;
}

h3
{
font-size: 14pt ; color: black ;
}
h6
{
font-family: arial, verdana, sans-serif ;
font-size: 10pt ; color: green ;
background-color: #FFFFFF ;
}

body
{
background-image: url("images/bande.png");
background-repeat: repeat-x;
background-position: top;
}
