body {
  margin:auto;
  padding-top: 20px;
  background-color: #ffffff;
  text-align: center;
  font-family:"Arial";
  font-size: 12px;
  color: #777;
}

a, a:visited {
  text-decoration: none;
  color: #444;
}

a:hover {
  text-decoration:underline;
  color:#dd6c07;
}

a img {
  border-width: 0px;
}

span.o {
  none;
  color: #dd6c07;
}

td.o {
  background-color: #dd6c07;
}

td.footer {
  text-align: right;
}

td {
  font-size: 12px;
}

#main {
  width: 100%;
}

#logo1 {
  float: left;
  width: 221px;
  height: 69Px;
  background: transparent url('logo.png') no-repeat top left;
}

#bulle1 {
  float: right; 
  color: #fff;
  font-size: 13px;
  margin-top: 19px;
  margin-right: 10px;
  padding-top: 22px;
  padding-left: 21px;
  width: 210px;
  height: 69Px;
  background: transparent url('bulle.png') no-repeat top left;
}

#bulle2 {
  float: left; 
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  padding-top: 13px;
  padding-left: 0px;
  width: 210px;
  height: 69px;
  background: transparent url('bulle.png') no-repeat top left;
}
#bulle2:hover {
  cursor: pointer;
}
#bulle2 a, #bulle2 a:visited {
  text-decoration: underline;
  color: #fff;
}
 #bulle2 a:hover {
  text-decoration: underline;
  color: #aaa;
}

ul {
  margin-left: -25px;
  list-style-type: circle;
}
