#foro {
    width: 654px;
    height: 500px;
    position: inherit
    }
.texte {
    font-size: 12px;
    color: #333
    }
.submit {
    /* border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; height: 37px; width: auto; font-size: 12px; font-weight:bold; border: 1px solid #dce1a7; padding: 5px; color:#dce1a7;background-color:#6b7707; margin-left: 350px; */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    width: 50px;
    font-size: 11px;
    border: 1px solid #dce1a7;
    padding: 2px;
    color: #dce1a7;
    background-color: #6b7707;
    margin-bottom: 5px
    }
.formulaire_forum fieldset {
    border: 1px solid #f9a500;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 25px
    }
.formulaire_forum legend {
    color: #F60;
    font-weight: bold
    }
.formulaire_forum input {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 20px;
    width: 250px;
    font-size: 12px;
    border: 1px solid #6b7707;
    padding: 5px;
    color: #6b7707;
    background-color: #e7eac2;
    margin-bottom: 5px
    }
.formulaire_forum input:focus {
    background-color: #eaeaea
    }
.formulaire_forum textarea {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 250px;
    width: 550px;
    font-size: 12px;
    border: 1px solid #6b7707;
    padding: 5px;
    color: #6b7707;
    background-color: #e7eac2;
    margin-bottom: 5px
    }
.formulaire_forum textarea:focus {
    background-color: #eaeaea
    }
.formulaire_forum select {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 25px;
    width: 257px;
    font-size: 11px;
    border: 1px solid #6b7707;
    padding: 2px;
    color: #6b7707;
    background-color: #dce1a7;
    margin-bottom: 5px
    }
.formulaire_forum select:focus {
    background-color: #eaeaea
    }
.formulaire_forum submit {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
    width: 150px;
    font-size: 11px;
    border: 1px solid #dce1a7;
    padding: 2px;
    color: #dce1a7;
    background-color: #6b7707;
    margin-bottom: 5px
    }
.formulaire_forum submit:focus {
    background-color: #6b7707;
    color: #333
    }
.formulaire_forum li {
    list-style: none
    }
.moderation_info {
    font-size: 11px;
    color: #F00
    }
.erreur_message {
    color: #F00;
    font-size: 14px;
    font-weight: bold
    }
.bouton:focus {
    background-color: #6b7707;
    color: #333
    }
.comentario-cabecera {
    margin-bottom: -15px;
    width: 654px;
    height: 31px;
    background-image: url(../imagenes2012/comentario-cabecera.png);
    background-repeat: no-repeat;
    background-position: top left
    }
.comentario-fondo {
    margin: 0;
    width: 654px;
    background-image: url(../imagenes2012/comentario-fondo.png);
    background-repeat: repeat-y;
    background-position: left top
    }
.comentario-pie {
    margin-top: -15px;
    width: 654px;
    height: 73px;
    background-image: url(../imagenes2012/comentario-pie.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 65px;
    padding-left: 165px
    }
.comentario-texto {
    margin: 0;
    width: 620px;
    padding-left: 25px;
    padding-right: 65px
    }