body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
  background-color: #FFFFFF;
  margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
  text-align: left;
}

.alerte { color: #800000;}

a.logojeu {
  color: #000000;
  font-weight: bold;
}
a.navigation {
  text-decoration: none;
  color: #000000;
}

a.navigation:hover {
  text-decoration: underline;
  color: #800000;
}


div.navigation {
  text-align: center;
}


div.header {
  background: url("images/index_01.png") no-repeat  0 0;
  width: 1020px;
  height: 176px;
}

.menugauche {
  background-image: url(images/index_19.png);
  width: 231px;
}

.listeJeux {
  background-image: url(images/index_12.png);
  padding: 0px 10px 0px 35px;
  text-align: left;
}

.listeJeux div.titre {
  background-color: #e3e3e3;
  font-weight: bold;
  margin: 4px 0 4px 0;
  padding:3px 0 3px 15px;
}

.listeJeux div.titre a {
  color: #333333;
  text-decoration: none;
}

.listeJeux div.categorie {
  background-color: #ffffff;
  padding-left: 15px;
  margin: 4px 0 4px 0;
}

.listeJeux div.categorie a {
  color: #333333;
  text-decoration: none;
}

.moyenpaiement {
  background-image: url(images/index_19.png);
  height: 96px;
  text-align:center;
}

.centre {
  background-color: #FFFFFF;
  border-top: 1px solid #BCD1E5;
  width: 538px;
  padding: 10px 10px 0 10px;
}

.centre .blocnews {
  background-image: url(images/news_02.jpg);
  padding: 0px 6px 0 6px;
  width: 495px;
}

.centre .bloccentre {
  text-align: center;
}

.centre .bloccentre_titre {
  background-image: url(images/centre_01.jpg);
  padding-top: 10px;
  width: 507px;
  height: 23px;
  text-align: center;
  font-weight: bold;
  margin: auto;
}
.centre .bloccentre_centre {
  background-image: url(images/centre_02.jpg);
  padding: 10px 6px 0 6px;
  width: 495px;
  text-align: left;
  margin: auto;
}

.menudroite {
  background-image: url(images/index_17.png);
  width: 231px;
}

.panier {
  background-image: url(images/index_13.png);
  padding: 0px 26px 0px 16px;
  text-align: center;
}

.compte {
  background-image: url(images/index_15.png);
  padding: 0px 26px 0px 16px;
  text-align: left;
  margin: 0px;
}
.compte a {
  color: #333333;
}

.livehelp {
  background-image: url(images/index_17.png);
  text-align: left;
  padding-left: 8px;
}

.produit {

  min-height: 120px;
}

.fichetitre {
  font-size:14px;
  font-weight:bold;
}
.fichedesc {
  text-align: justify;
}


.pres_renta {
  background-image: url(images/renta_02.jpg);
  width: 312px;
  height: 261px;
  text-align: center;
}

.lcategorie {
  width: 300px;
  height: 16px;
  border: 1px solid #000000;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 8px;
}
.lcategorie a { color: #000000; }


.produit_panier {
  width: 100%;
  min-height: 120px;
  border: 1px solid #000000;
  margin-bottom: 8px;
}


input.login {
  background-color:#e3e3e3;
  border-color:#333333;
  height:15px;
  width: 130px;
  border:1px solid #c8c8c8;
  font-size: 11px;
}

table.inscription input, table.inscription select, table.inscription textarea, textarea {
  background-color:#e3e3e3;
  border-color:#333333;
  border:1px solid #c8c8c8;
  font-size: 11px;
}

form { margin: 0px; }

select.monnaie {
  width:200px;
  font-size:11px;
}


.bulle, .bulle2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px;
  padding: 4px;
  background-color: #000000;
  border: 1px #888 solid;
  visibility: hidden;
  z-index: 100;
}
.bulle2 {
  background-color: #ffffff;
}

.lienaide {
  font-weight: bold;
  cursor: help;
}

tr.titre td {
  background-color:#333333;
  color: #ffffff;
  font-weight: bold;
}