html, body {
  width:100%;
  height:100%;
}

html {
  /*overflow-y:scroll;*/
}

body {
  margin:0;
  padding:0;
  background:#000 url(//s3.amazonaws.com/imagescloud/images/legendesdici/bg.jpg) 50% 54px no-repeat;
  /*overflow: auto;*/
}
/*
#container #legendes_ici h3 {
  color:#E8941C;
}

#container #legendes_ici a {
  bottom-bottom:none;
}
*/

#legendes_ici a img {
  border:0;
}

#fake_entete {
  margin:0;
  padding:0;
  height:111px;
  background:#fff;
}

#fake_footer {
  margin:0 auto;
  padding:0;
  width:980px;
  height:88px;
  background:#fff;
}

#zone_reglements {
  position:relative;
  display:none;
  width:600px;
}

#zone_merci {
  position:relative;
  display:none;
  width:600px;
}

#zone_refus {
  position:relative;
  display:none;
  width:600px;
}

#zone_reglements li {
  margin:0 0 1em 0;
}

#zone_reglements ol ol,
#zone_reglements ol ul {
  margin-top:1em;
}

/*-----------------------------------------------------------------------------------
  Titre
-----------------------------------------------------------------------------------*/
#zone_titre {
  width:980px;
  margin:0 auto;
  height:264px;
  background:url(/resources/images/legendesdici/titre_fr.gif) 0 0 no-repeat;
}

#zone_titre h1,
#zone_titre h2 {
  margin:0;
  padding:0;
  text-indent:-5000px;
}

/*-----------------------------------------------------------------------------------
  Contenu
-----------------------------------------------------------------------------------*/
#legendes_ici {
  width:950px;
  min-height:600px;
  margin:0 auto;
  padding:14px 14px 40px 14px;
  color:#cccccc;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  background:#000;
  border:1px solid #292929;
  border-bottom:none;
}

#intro_container {
  margin:0 0 15px 0;
  width:950px;
  height:400px;
}

/*-----------------------------------------------------------------------------------
  Gauche
-----------------------------------------------------------------------------------*/
#legendes_ici .col_gauche {
  float:left;
  width:580px;
}

#legendes_ici .col_gauche strong {
  font-size:13px;
}

/*-----------------------------------------------------------------------------------
  Droite
-----------------------------------------------------------------------------------*/
#legendes_ici .prix {
  position:absolute;
  width:325px;
  margin-top:55px;
  margin-left:610px;
  z-index:999;
}

#legendes_ici .gagnant {
  width:293px;
  height:75px;
  overflow:hidden;
  padding:45px 15px 0 15px;
  font-size:13px;
  color:#FFF;
  background-repeat:no-repeat;
  background-position:top left;
  text-align:center;
}

#legendes_ici .semaine-1 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-1.gif);
}

#legendes_ici .semaine-2 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-2.gif);
}

#legendes_ici .semaine-3 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-3.gif);
}

#legendes_ici .semaine-4 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-4.gif);
}

#legendes_ici .semaine-5 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-5.gif);
}

#legendes_ici .semaine-6 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-6.gif);
}

#legendes_ici .semaine-7 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-7.gif);
}

#legendes_ici .semaine-8 {
  background-image:url(/resources/images/legendesdici/gagnant-semaine-8.gif);
}

#legendes_ici .col_droite {
  float:right;
  width:325px;
  margin-right:15px;
}

#legendes_ici a {
  /*color:#E8941C;*/
}

#legendes_ici .nav_concours {
  
}

#legendes_ici .nav_concours a {
  color:#cccccc;
  text-decoration:none;
}

#legendes_ici .nav_concours a:hover {
  color:#cccccc;
  text-decoration:underline;
}

#legendes_ici .nav_concours a.actif {
  font-weight:bold;
  text-decoration:underline;
}

/*-----------------------------------------------------------------------------------
  Divers
-----------------------------------------------------------------------------------*/
#legendes_ici p {
  margin:0 0 1em 0;
  padding:0;
}

#legendes_ici .clear {
  clear:both;
}

/*-----------------------------------------------------------------------------------
  Main flash
-----------------------------------------------------------------------------------*/

div#main_container {
  background:#000;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:none;
  z-index:1000;
}

* html div#main_container { 
  position: absolute;
}

