html,body
{
  color: #000000;
  background-color: #000000;
  font-family: lucida calligraphy , domestic manners, informal roman, Times New Roman;
  font-size: 12px;
}

#all
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #C0C0C0;
}

.center
{
  margin-left: auto;
  margin-right: auto;
}

.droit
{
  float: right;
}

.menutitle
{
  color: black;
  text-decoration: none;
}

a.lienmenu:link
{
  color: black; 
  text-decoration: none;
}

a.lienmenu:active
{
  color: black; 
  text-decoration: none;
}

a.lienmenu:visited
{
  color: black; 
  text-decoration: none;
}

a.lienmenu:hover
{
  color: black; 
  text-decoration: none;
  padding-left: 15px;
  background-image:url(images/fleche.gif);
  background-repeat:no-repeat;
  background-position:1% 50%;
}

a.lienmenu2:active
{
  color: #e8761d; 
  text-decoration: none;
  background-image:url(images/font.gif); 
  background-repeat:no-repeat;
  background-position:1% 50%; 
  padding-left:22px;
}

a.lienmenu2:visited
{
  color: #e8761d; 
  text-decoration: none;
  background-image:url(images/font.gif); 
  background-repeat:no-repeat;
  background-position:1% 50%; 
  padding-left:22px;
}

a.lienmenu2:hover
{
  color: #000000; 
  text-decoration: none;
}

a:link 
{
  color: blue; text-decoration: underline;
}

a:visited 
{
  color: blue; text-decoration: underline;
}

a:active
{
  color: blue; text-decoration: underline;
}

a:hover 
{
  color: purple; text-decoration: none;
}

img
{
  border: 0px;
}

.titre
{
  font-size: 20px;
  text-decoration: underline;
}
