@charset "iso-8859-1";

body {
  margin: 0px;
  padding: 0px;
}

#titre {
  width: 1024px;
  height:81px;
  background-image: url('images/Titre.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#menuhaut {
  width: 1024px;
  height:26px;
  background-image: url('images/Menu_Haut.gif');
  background-repeat: no-repeat;
}

.Style1 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding-left: 236px;
  padding-top: 35px;
  margin:0px;
  float: left;
}

.Style2 {
  text-align: right;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding-top: 35px;
  padding-right: 5px;
  margin:0px;
}

A:link{color:white;text-decoration : none;}
A:active {color:white; text-decoration : underline;}
A:active:hover {color:white; text-decoration : underline;}
A:hover {color:white; text-decoration : underline;}
A:visited {color:white; text-decoration : none;}
A:visited:hover {color:white; text-decoration : underline;}

