/* 
    Document   : styleRecherche
    Created on : 17 oct. 2009, 15:42:27
    Author     : Eric
    Description:
        Purpose of the stylesheet follows.
*/

.search {
    display: block;
    margin-top: 1em;
    padding: 0.35em 0 0 3em;
    height: 1.7em;
    color: #DDD;
    font-size: 0.8em;
    border-top: 0.05em solid #C6ED2E;
    border-bottom: 0.05em solid #C6ED2E;
}

.recherche {
    margin: 0 auto;
    width: 11em;
    color: #DDD;
}

.recherche p.resultat {
    text-align: center;
    font-size: 0.8em;
    color: #C6ED2E;
}

.recherche a {
	text-align:center;
    display: block;
    width: 10em;
    height: 2em;
    letter-spacing: 0.05em;
    color: #DDD;
    vertical-align: middle;
}

.recherche a:hover {
    text-decoration: none;
    color: #000;
    background: #769C17;
}

.ligneRecherche form {
    margin: 0.5em 0 0 0.5em;
    font-size: 0.7em;
    line-height: 1.8;
}

.ligneRecherche form label.col2 {
    margin-left:2.5em;
}

.ligneRecherche form input.lieu {
    width: 11.7em;
    height: 1.4em;
    margin: -0.2em 0 1em 0;
    vertical-align: middle;
}

.ligneRecherche form input.nbpieces {
    width: 3em;
    height: 1.4em;
    margin: -0.2em 0 1em 0;
    vertical-align: middle;
}

.ligneRecherche form input.budget {
    width: 7.3em;
    height: 1.4em;
    margin: -0.2em 0 1em 1em;
    vertical-align: middle;
}

.ligneRecherche form input.rechercher {
    width: 11.9em;
    height: 2em;
    margin: 0.6em 0 1em 0;
    vertical-align: middle;
}

.annonce {
    margin: 1em;
    padding: 0.5em 0.7em 0.5em 0.5em;
    text-align: justify;
    border: 0.05em solid #284E00;
    background: #FFF;
    overflow: auto;
}

.annonce p {
    line-height: 1.5;
}

.annonce img {
    float: left;
    height: 9em;
    margin: 0 1em 0 0;
}

.annonce p.numero {
    font-size: 0.9em;
}

.annonce p.info {
    float: right;
    margin: -1.5em 0.5em 0 0;
    font-size: 0.9em;
}

.annonce p.prix {
    margin-bottom: 1em;
    font-weight: bold;
}

.annonce p.texte {
    font-size: 0.8em;
    line-height: 1.3;
    margin-top: -0.4em;
}