BODY 
{
background-color: #FFFFFF;
color: #003366;
margin-left: 4em; margin-right: 4em;
text-align: justify
}

h1, h2
{
  font-family: times;
  color: #003366
}

A:link, A:visited
{
  color: blue;
  text-decoration: none;
}

A.noshow:link, A.noshow:visited
{
  color : #003366;
  text-decoration: none; 
  font-weight: normal
}


table.navbar
{
width: 100%
}

table.navbar tr
{
text-align: center;
}

table.navbar td 
{
text-align: center;
}


table.navbar td A:visited, td A:link
{
  color : #003366;
  text-decoration: none;
  font-weight: bold;
}

A:hover
{ 
 color : #CC0033;
 text-decoration: underline;
}

table.navbar td A:hover
{
  color : #003366;
  text-decoration: underline; 
}


ul	 
{
list-style-type : none; 
list-style-image : url(puce.gif)
}