BODY, TD {
  font-family: arial;
  background-image: url('images/habillage/fondjeu.jpg');
  background-repeat: no-repeat;
  color :#909090;
}


#center{
    position: relative;
    
}

#col_gauche{
    width:260px;
    height:320px;
    position: absolute;
    top: 0px;
    left:15px;
    
}

#col_droite{
    width:240px;
    height:320px;
    position: absolute;
    top: 0px;
    left:300px;

    
}


input {
  background-image: url('images/habillage/fond-cellule.gif');   
  background-position: top right;
  width: 165px;
float: right;
border: 1px solid #999;
margin-bottom: 4px;
width: 160px;
height: 18px;
    
}

h1{
    font-size:16px;
    text-align: center;
}

label{
    font-size: 12px;
    float: left;
    text-indent: -5px;;
}

#barre_vertical{
        position: absolute;
        left: 288px;
        top: 10px;
    
    
}

#participer{
    color:white; 
    background: transparent url('images/habillage/bouton1.png') no-repeat;
    width:104px;
    height: 28px;
    border:0px;
    position: relative;
    left:-30px;
    display: block;                                                                                                                                                          
    cursor: pointer;
}

#inscrire{
    color:white; 
    background: transparent url('images/habillage/bouton2.png') no-repeat;
    width:172px;
    height: 28px;
    border:0px;

    display: block;
    cursor: pointer;
}

#cadeau{
    position: absolute;
    bottom:0px; 
    right:0px;
}

.obligatoire{
    border: 1px solid red;
}

.log_error{
    color:red;
    font-size:11px;
}
