body 
{ 
  color: #800080; 
  font-family: Arial; 
  background-color: white; 
}
.menu
{
  text-decoration : none;
  color : white;
  font-size :16px;
  font-family:Arial;
}
.menu:hover
{
  text-decoration : none;
  color : #800080;
  font-size :16px;
  font-family:Arial;
}
.sousmenu
{
  text-decoration : none;
  color : white;
  font-size :12px;
  font-family:Arial;
}
.sousmenu:hover
{
  text-decoration : none;
  color : #800080;
  font-size :12px;
  font-family:Arial;
}
.mailto
{
  text-decoration : none;
  color : #cc99ff;
  font-size :16px;
  font-family:Arial;
}
.mailto:hover
{
  text-decoration : none;
  color : #800080;
  font-size :16px;
  font-family:Arial;
}
.suite
{
  text-decoration : none;
  color : white;
  font-size :22px;
  font-family: Arial;
}
.suite:hover
{
  text-decoration : none;
  color : white;
  font-size :22px;
  font-family:Arial;
  font-weight:bold;
}
.stages
{
  text-decoration : none;
  color : #800080;
  font-size :16px;
  font-family:Arial;
}
.stages:hover
{
  text-decoration : none;
  color : #800080;
  font-size :16px;
  font-family:Arial;
}
.liens
{
  text-decoration : none;
  color : #cc99ff;
  font-size :20px;
  font-family:Arial;
}
.liens:hover
{
  text-decoration : none;
  color : #800080;
  font-size :20px;
  font-family:Arial;
}