body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* champs textes */
.fieldset {
  background-color: none;
  height: 14px;
  border: 1px solid #000;
  margin: 3px;
  width: 150px;
}

li {
margin-bottom: 3px;}
/*container du header */
#header {
	width: 1000px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/front/images/contest/header.jpg);
	background-repeat: no-repeat;
	background-position: top middle;
}

/*div du formulaire au complet - lien vers JQuery */
.diventryform {
  width: 265px;
  height: 141px;
  margin-right: 158px;
  padding-top: 14px;
  background-image: url(/front/images/contest/box.png);
  background-repeat: no-repeat;
  position: relative;
  float: right;
  margin-top: 240px;
  font-family: verdana;
  font-size: 12px;
  color: #000;
  text-align: center;
  /* padding: 5px; */
}

/* box signup pour les non affiliés */
.box_2 {
  width: 265px;
  height: 40px;
  float: right;
  /*position: relative;*/
  margin-top: 16px;
  padding-top: 10px;
  /* margin-right: 155px;*/
  background-image: url(/front/images/contest/box_2.png);
  background-repeat: no-repeat;
}

/* box des prix à gagner */
.box_3 {
  width: 316px;
  height: 207px;
  float: left;
  /*position: relative;*/
  margin-top: 10px;
  /* margin-right: 155px;*/
  background-image: url(/front/images/contest/top_prize.jpg);
  background-repeat: no-repeat;
}

/* liens dans le cartouche sign uo */
.box_2 a {
  text-decoration: none;
  color: #FFF;
  font-size: 11px;
  font-weight:bold;
}

.box_2 a:hover {
  text-decoration: none;
  color: #FFCC00;
  font-size: 11px;
  font-weight:bold;
}

.col_gauche {
  width : 95px;
  height: 20px;
  text-align: right;
  float: left;
  padding-top: 5px;
  font-weight:bold;
  font-size: 11px;
  color: #072124;
}
.col_droite {
  width : 170px;
  height: 25px;
  text-align: left;
  float: right;
}

.mini_droite {
  height: 22px;
  width: 145px;
  padding-top: 3px;
  float: right;
  text-align: left;
}

.col_droite a {
  font-size: 9px;
  color: #fff;
}

/* bloc texte explicatif */
.container_txt {
  width: 390px;
  height: 220px;
  margin-left: 155px;
  margin-top: 350px;
  font-family: verdana;
  font-size: 11px;
  color: #FFF;
  text-align: justify;
  float: left;
  position: absolute;
  line-height: 13px;
}

.container_txt h1 {
  font-size: 14px;
  color: #ffff41;
}

.container_txt a {
	color: #ffff41;
}

#footer {
  margin-top: 10px;
  font-size: 9px;
  color: #505050;
  text-align: center;
  width: 100%;
}

/* reglement et fonctionnement du concours */

.reglement {
color: #FFF;
text-align: justify;
font-family: verdana;
font-size: 11px;
width: 660px;
padding-top: 370px;
padding-left: 160px;
padding-right: 160px;}

#footer a, .reglement a {
color: #727272;
text-decoration: none;
}

#footer a:hover, .reglement a:hover {
color: #FFCC00;
text-decoration: none;
}
.powerup {
color: #FFCC00;
}

