

/* UTILISER RECHERCHER AVEC LA COULEUR DU BOUTON VALIDER PRECEDENTE ET REMPLACER AVEC LA NOUVELLE COULEUR POUR CHANGER TOUTES LES COULEURS DES FORMULAIRES EN 1 SEULE FOIS/*

/* COULEUR DE FOND DE TOUTE LA PAGE */
body {
  background:#fff;
}


/* COULEUR DE FOND DE L'ENCART PUB */
#pubtag {
  background: #fff;
}


/* COULEUR DE FOND DU JEU */
#container {
  background: #333333;
}


/* GRANDE IMAGE DE FOND = HEADER */
#content {
  background: url(img/bg.jpg) no-repeat;
  padding-top: 254px;
  padding-bottom: 18px;
}


/* HEADER ET FOOTER */
#top, #footer {
  background: #000;
  color: #fff;
  height: 26px;
}

#top p.first {
  line-height: 26px;
}

#top p.last, #footer p.last {
  line-height: 26px;
}

#top p.last a.partner1, #footer p.last a.partner1 {
  background: url(img/logo/partner1.png) no-repeat;
  width: 136px;
  height: 26px;
}

#top p.last a.editor3, #footer p.last a.editor3 {
  background: url(img/logo/editor3.png) no-repeat;
  width: 89px;
  height: 26px;
}

#top p.last a.editor2, #footer p.last a.editor2 {
  background: url(img/logo/editor2.png) no-repeat;
  width: 89px;
  height: 26px;
}
/* LOGO FOOTER ET HEADER EDITEUR #1  */
#top p.last a.editor1, #footer p.last a.editor1 {
  background: url(img/logo-editeur_header-footer.gif) no-repeat;
  width: 91px;
  height: 26px;
}

#footer li  {
  line-height: 26px;
  background: url(img/separateur_footer.gif) 0 0px no-repeat;
  
}
#footer li a {
  color:#fff;
  
}


 
#content #block1 {
/* CONTOUR BLOC FORMULAIRE  */
  border: 1px solid #FFF;
  /* FOND DES HEADER DES FORMULAIRES  */
  background: #9A7628;
   /* COULEUR DES TEXTE DE PREMIERE LIGNE DES HEADER DES FORMULAIRES  */
  color: #fff;
}


/* IMAGE DU BLOC DE DROITE PAGE 1  */
.pageemail #content #block2 , .pagewebring #content #block2 {
  background: url(img/info.jpg);
  height: 629px;
}
 /* COULEUR DES TEXTE DE SECONDE LIGNE DES HEADER DES FORMULAIRES  */
#content #block1 p.first span {
  color: #EBD8AF;
}

#content #block1 div.editor {
  color: #000;
}
/* CONTOUR BLOC EDITEUR  */
#content #block1 div.editor p{
  border-top: 1px solid #FFF;
}

/* AVOIR LE LIEN DANS LES BLOCS EDITEUR EN DESSOUS DU TEXTE */
.IE6 #content #block1 div.editor p span {
  left: auto;
}

#content #block1 div.editor p span a {
  color: #000;
}

#content #block1 div.editor.partner1 {
  background: #000 url(img/logo/partner1.png) no-repeat 10px 10px;
}

#content #block1 div.editor.editor3 {
  background: #E9E9E9 url(img/logo/editor3.png) no-repeat 10px 10px;
}

#content #block1 div.editor.editor2 {
  background: #E9E9E9 url(img/logo/editor2.png) no-repeat 10px 10px;
}

#content #block1 div.editor.editor1 {
  background: #E9E9E9 url(img/logo/editor1.png) no-repeat 10px 10px;
}


/* GROS LOGO DU BLOC EDITEUR #1  */
#content #block1 div.editor.editor1 p {
	background:#fff url(img/big_logo-editeur.gif) 10px 10px no-repeat;
	line-height:14px;
	padding: 10px;
	padding-top: 40px;
	color: #000;
}

#content #block1 div.editor.editor1 p span {
	width: auto;
	position: relative;
	display: inline-block;
	margin-top: 10px;
  left: 0;
  top: 0;
}

#content #block1 div.editor.editor1 p span a {
/* COULEUR DU LIEN EDITEUR #1  */
	color:#CC0000;
	text-decoration: underline;
	font-size:13px;
	font-weight:bold;
}


#content #block1 form {
	color: #221E14;
}
#content #block1 form strong {
	color: #fff;
}
/* COULEUR DES TEXTES DE FORMULAIRE POUR MISE EN AVANT (ex: les "OUI" des formulaires)  */
#content #block1 form div.next div strong {
  color: #9A7628;
}
/* COULEUR DES TEXTES DE FORMULAIRE DE TYPE "champ obligatoire"  */
#content #block1 form p.notice {
  color: #9A7628;
}


/* BOUTON VALIDER  */
#content #block1 form button {
  background: url('img/button.gif') no-repeat;
  width: 96px;
  height: 21px;
  line-height: 21px;
  margin-left: 95px;
  color:#fff;
  padding-bottom: 2px;
}


/* BLOC ERREUR  */
#content #block1 form div.error {
  background: #ffdddd;
  border: 1px solid red;
  color: #000;
}

#content #block1 form p.msn {
  color: #cbcbcb;
}

#content #block1 form .morechance1, #content #block1 form .morechance2 {
/* FOND DU TITRE 10 chances de plus*/
  background: #9A7628;
  color: #fff;
}

#content #block1 div.second {
}
/* COULEUR DU TEXTE "Nous vous informerons très bientôt des résultats par email" */
#content #block1 div.second p.first {
  color: #9A7628;
}

#content #block1 div.second.result {
  height: 275px;
}

#content #block1 div.second.result p {
  color: #9A7628;
}
/* COULEUR DU TEXTE DU NOM DU GAGNANT ET DU DEPARTEMENT */
#content #block1 div.second.result p span.name, #content #block1 div.second.result p span.separator, #content #block1 div.second.result p span.zipcode {
  color: #000;
}
/* COULEUR DU TEXTE DU LOT REMPORTÉ */
#content #block1 div.second.result p span.price {
  color: #fff;
}

#content #block1 div.second p.last {
  color: #000;
}

#content #block1 div.rules{
  color: #fff;
}

#content #block2.about {
/* COULEUR DU CONTOUR DU BLOC DE DROITE PAGE 2  */
border: 1px solid #fff;
}


/* IMAGE DU BLOC DE DROITE PAGE 2  */
#content #block2.about .first {

  background: url('img/about.jpg') no-repeat;
  height: 349px; /* ATTENTION, IL FAUT ENLEVER 50px A lA TAILLE DE L'IMAGE*/
}

/* STYLE DE TEXTE DU BLOC DE DROITE */
#content #block2.about .last em {
	font-style: italic;
	color: #000;
}
/* STYLE DE TEXTE DU BLOC DE DROITE */
#content #block2.about .last strong {
	color: #5E471A;
}
#content #block2.about div {

/* COULEUR DU FOND DU BLOC DE DROITE PAGE 2  */
  background: #EBD8AF;
  /* COULEUR DU TEXTE DU BLOC DE DROITE PAGE 2  */
  color: #9A7628;
}
/* LIEN IMAGE DU BAS DU BLOC DE DROITE PAGE 2  */
#content #block2.about a
{
  background: url('img/lien-partenaire.gif') no-repeat;
  height: 116px;
}

#content #block1 form div.webring label {
  color: #9A7628;
}

#content #block1 form div.webring p.clue {
  background: url('img/clue.gif') no-repeat;
  padding: 12px 0 12px 48px;
  color: #000;
}

#content #block1 form div.webring p.clue span {
  color: #000;
}

#content #block1 form div.webring p.clue span a {
  color: #000;
}



/* COULEUR DE FOND FORMS (Block1) */
#content #block1 form,  #content #block1 div.second,  #content #block1 div.rules {
	background: #EBD8AF;
}

/* COULEUR DU TEXTE DU NOM DU SITE EDITEUR LORS DE LA REDIRECTION */
#block1.first .second .last span a, #block1.first .second .last span a:visited {
	color: #CC0000;
	font-weight:bold;
}
