/* CSS accueil */
td {
    font-size: 11px; 
    line-height: 1;	
}
#conteneur2 {
    width: 900px;
    height: 680px;
    margin-left: 0px;
    background: #d1d1d0;
}
#gauche2 {
    background-color: #d1d1d0;
    color: #51534f;
    position: relative;
    height: 480px;
    width: 210px;
    float: left;
    text-align: left;
    font-size : 12px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 1;
}
#droite2 {
    background-color: #d1d1d0;
    color: #51534f;
    height: 480px;
    width: 210px;
    float: left;
    text-align: left;
    font-size : 12px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 3;
}
#centre {
    background-color: #d1d1d0;
    position: relative;
    color: #51534f;
    height: 430px;
    width: 398px;
    text-align: center;
    float: left;
    margin-top: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 2;
}
#titre-centre {
    width: 398px;
    height: 10px;
    float: left;
    margin-top: 15px;
    font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
    text-align: center;
    font-size : 16px; 
    color: #51534f;
}
#image {
    background-color: #d1d1d0;
    z-index: 4;
}
.noflash {
    text-align: center;
    font-size : 10px;
    color: #663300;
}
#promo {
    position: absolute;
    float: left;
    top: 300px;
    left: 380px;
    z-index: 15;
}
#error {
    background-color: #d1d1d0;
    position: relative;
    color: #51534f;
    height: 390px;
    width: 850px;
    text-align: left;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#infos {
    background-color:#d1d1d0;
    margin-left: 100px;
    width: 610px;
    height: 480px;
    margin: 0 auto;
    font-size : 12px;
    text-align: justify;
    line-height: 1.2;	
    color: #51534f;
    padding-left: 15px;
    margin-bottom: 15px;
}
#infos a {
    font-weight: bold;
    color: #51534f;
}
#infos a:hover {
    font-weight: bold;
    color: #996633;
}

#pied2 {
    height: 80px;
    width: 890px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 10px;
    background: #d1d1d0;
    font-size : 10px;
    color: #663300;
}

