@charset "UTF-8";
/* CSS Document */

body{
  font-family:Verdana, Geneva, sans-serif;
  background-color:#fbba00;
  margin: 0 auto;
  font-size:14px;
  font-style:italic;
  }

a{
  font-style:italic;
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
  color:#000;
  }
  
img{
  border:0;
  margin:0;
  }

div#conteneur{
  text-align:center;
  background:url(images/fond.gif) #ffe163 bottom center no-repeat;
  width:950px;
  height:950px;
  margin:0 auto;
  border-top:0px;
  }

div#jeu{
   background:url(images/cadre_bamboo.gif) no-repeat;
   width:491px;
   height:359px;
   float:left;
  }
  
div#jeu_de{
   background:url(images/cadre_bamboo_de.gif) no-repeat;
   width:491px;
   height:359px;
   float:left;
  }

div#jeu_it{
   background:url(images/cadre_bamboo_it.gif) no-repeat;
   width:491px;
   height:359px;
   float:left;
  }
  
div#jeu_es{
   background:url(images/cadre_bamboo_es.gif) no-repeat;
   width:491px;
   height:359px;
   float:left;
  }
  
img#anime{
   margin:52px 0 0 55px; float:left;
  }
  
p#concours{
   text-align:center;
   margin:60px 30px 0 0;
   font-size:18px;
   font-style:normal;
  }

a#btn_jouer{
   display:block;
   clear:both;
  }
  
a#btn_jouer_bis{
    margin-top:270px;
    display:block;
    clear:both;
  }  
  
a#reglement{
   font-size:11px;
   display:block;
   margin-top:20px;
  }
  
div#video{
  margin:20px 25px 0 0;
  text-align:right;
  }
  
div#newsletter{
   text-align:left;
   float:left;
   margin:280px 0 0 10px;
   color:#ffe163;
  }

div#newsletter a{
   color:#ffe163;
   font-weight:normal;
   }

div#inscription{
  text-align:center;
  margin:auto;
  font-size:12px;
  }
  
td.label{
  text-align:right;
  padding-right:5px;
  }
  
td.champs{
  text-align:left;
  padding-left:5px;
  }