
#bandeauConcours h1 {
	text-transform:uppercase;
	color: #ac8c33;
  font-family: 'futura-pt-bold', Arial;
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  padding: 20px 0 0 0;
}
#bandeauConcours h3 {
  font-size: 30px;
  line-height: 35px;
}
#bandeauConcours {
  /*background: #2e2e2e url(../img/site/bandeau_concours2.jpg) no-repeat center center;*/
	background:#2e2e2e url(../img/site/bandeau_concours.jpg) no-repeat center center;
}
/* LOTS */
.lots {
	width:1005px;
	margin:15px auto;
}
.lots .lot {
	/*height:490px;*/
	height:600px;
	/*width:264px;*/
	width:315px;
	margin:0px 7px;
	padding:20px 3px;
	display:block;
	box-shadow:0 0 5px #cfcfcf;
	overflow:hidden;
	text-align:center;
	float:left;
}
.lots .lot h2,
.lots .lot p {
	text-align:center;
}
.lots .lot h2 {
	color:#85a51e;
	font-family:"futura-pt-pt", Arial;
	font-weight:500;
	font-size:30px;
	margin:5px 0px 20px 0px;
}
.lots .lot img {
	width:265px;
}
.lots .lot .aGagner {
	text-transform:uppercase;
	font-size:15px;
	display:block;
}
.lots .lot p {
	font-family:Open Sans, Arial;
	font-size:13px;
	font-weight:400;
	color:#3e3e3e;
	text-align:center;
	display:block;
	margin:20px 20px 20px 20px;
}
.lots .lot p strong {
	font-weight:600;
	display:block;
}
.lots .lot .decouvrir {
	display: inline-block;
  background-color: #6da67b;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 50px;
  border: 2px solid #6da67b;
  cursor: pointer;
  font-size: 24px;
  font-family: "futura-pt", Arial;
}
.lots .lot .decouvrir:hover {
  opacity:0.8;
}

/* FORMULAIRE */
h2.jouez {
	color:#FFF;
	text-align:center;
	font-family:"futura-pt", Arial;
	font-weight:300!important;
	font-size:60px;
	line-height:80px;
	background: #ac8c33; /* Old browsers */
	background: -moz-linear-gradient(left,  #ac8c33 0%, #8f752a 45%, #8f752a 53%, #ac8c33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ac8c33), color-stop(45%,#8f752a), color-stop(53%,#8f752a), color-stop(100%,#ac8c33)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ac8c33 0%,#8f752a 45%,#8f752a 53%,#ac8c33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ac8c33 0%,#8f752a 45%,#8f752a 53%,#ac8c33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ac8c33 0%,#8f752a 45%,#8f752a 53%,#ac8c33 100%); /* IE10+ */
	background: linear-gradient(to right,  #ac8c33 0%,#8f752a 45%,#8f752a 53%,#ac8c33 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac8c33', endColorstr='#ac8c33',GradientType=1 ); /* IE6-9 */
}
.merci {
	width:930px;
	margin:auto;
	/*border-top:solid 1px #ababab;
	padding:40px 0 40px 0;*/
	padding:0px 0 40px 0;
	text-align:center;
}
.merci h3 {
	color:#6da67b;
	text-align:center;
	font-family:"futura-pt", Arial;
	font-weight:400;
	font-size:30px;
	padding:0 0 30px 0;
}
.merci p {
	font-family:Open Sans, Arial;
	font-size:16px;
	font-weight:400;
	color:#3e3e3e;
	text-align: center;
}
.merci p strong {
	font-weight:600;
	display:block;
}

.formulaire {
		width:930px;
		margin:auto;
}


.lots .lot.parQuatre {
	height:450px;
	width:240px;
	margin:0px 4px;
	padding:10px 1px;
}
.lots .lot.parQuatre h2 {
	font-size:25px;
}
.lots .lot.parQuatre img {
	width:265px;
}
.lotjeuconcours.parQuatre p {
	margin: 20px 10px 20px 10px;
}
