/* CSS Document */
/* CAMPOS DEL FORMULARIO */
input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 20px;
    width: 250px;
    font-size: 11px;
    border: 1px solid #6b7707;
    padding: 2px;
    color: #6b7707;
    background-color: #dce1a7;
    margin-bottom: 5px
    }
input:focus {
    background-color: #eaeaea
    }
select {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    width: 257px;
    font-size: 11px;
    border: 1px solid #6b7707;
    padding: 2px;
    color: #6b7707;
    background-color: #dce1a7;
    margin-bottom: 5px
    }
select:focus {
    background-color: #eaeaea
    }
.bouton {
    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
    }
.bouton:focus {
    background-color: #6b7707;
    color: #333
    }
.explica-campo {
    margin-bottom: 5px;
    color: #333;
    font-size: 11px;
    font-weight: bold
    }
/* ESTILOS DE LOS RESULTADOS */
h1 {
    font-size: 22px;
    font-weight: normal
    }
.separa-resultados {
    padding-bottom: 10px
    }
.titular-recherche {
    font-size: 18px;
    font-weight: normal;
    height: 150%;
    text-decoration: none;
    color: #333
    }
.titular-recherche a:link {
    font-size: 18px;
    font-weight: normal;
    height: 150%;
    text-decoration: none;
    color: #333
    }
.titular-recherche a:visited {
    font-size: 18px;
    font-weight: normal;
    height: 150%;
    text-decoration: none;
    color: #333
    }
.titular-recherche a:hover {
    font-size: 18px;
    font-weight: normal;
    height: 150%;
    text-decoration: underline;
    color: #333
    }
.texto-recherche {
    font-size: 14px;
    color: #333;
    text-decoration: none
    }
.texto-recherche-min {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    margin-top: 3px;
    margin-bottom: 3px
    }
.pag-recherche a:link, a:visited, a:active {
    font-size: 14px;
    color: #333;
    text-decoration: underline
    }
.pag-recherche a:hover {
    font-size: 14px;
    color: #333;
    text-decoration: none
    }