body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family:"Arial";
  font-size: 12px;
  color: #777;
}

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

a:hover {
  color:#d40050;
  text-decoration:none;
}

a img {
  border-width: 0px;
}

span.o {
  color: #d40050;
}

#main {
}

#flash {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 1024px;
  height: 682px;
  z-index: 3;
  vertical-align: top;
}

#logo1 {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  width: 221px;
  height: 77Px;
  background: transparent url('logo.png') no-repeat top left;
  z-index: 10;
}

ul.main {
  margin-left: -30px;
  *margin-left: 10px;
  list-style-image: url('bullet.png');
  color: #d40050;
}

ul.main li.main {
padding-top: 5px;
font-size: 16px;
}

ul.fils {
  margin-left: -20px;
  *margin-left: 10px;
  list-style-image: none;
  list-style-type: circle;
  color: #fff;
}

#tarif {
  width: 200px;
  height: 207px;
  position: absolute;
  top: 20px;
  margin-left: 800px;
  z-index: 10;
  background: transparent url('tarif.png') repeat top center;
}

#promo {
  width: 250px;
  height: 158px;
  position: absolute;
  top: 40px;
  margin-left: 760px;
  z-index: 10;
  background: transparent url('promo.png') repeat top center;
}

#footer {
  width: 390px;
  *width: 410px;
  position: absolute;
  top: 620px;
  margin-left: 20px;
  z-index: 10;
  background: transparent url('bg_tran.png') repeat top center;
  border-radius: 15px;
  -moz-border-radius: 15px; /* Firefox 3.6 and earlier */
  padding: 5px;
  padding-left: 15px;
}

#mention-legales {
	z-index: 10;
	position:absolute;
	top:649px;
	left:795px;
	background: transparent url('bg_tran.png') repeat top center;
	border-radius: 15px;
    -moz-border-radius: 15px; /* Firefox 3.6 and earlier */
    padding:5px 15px 5px 15px;
}

#accroche {
  width: 350px;
  height: 270px;
  position: absolute;
  top: 230px;
  margin-left: 620Px;
  z-index: 10;
  font-size: 14px;
  background: transparent url('bg_tran.png') repeat top center;
  padding: 10px;
  padding-left: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px; /* Firefox 3.6 and earlier */
}

