form {
    float:left;
}



form div {
    clear:left;
}
/****** SOMMAIRE ******/
#recherche_arrondie {
    float:left;
    background: url('../images/recherche_fond.png') no-repeat top left;
    margin:0;
    padding:0 5px;
    height:25px;
    width:150px;
}

input, textarea {
    float:left;
    border: 1px solid #f00;
}

input#recherche {
    float:left;;
    border:none;
    background: #fff url('../images/loupe_recherche.png') no-repeat 0 1px;
    padding:0 0 0 23px;
    margin-top:3px;
    line-height: 1.5em;
    height:19px;
    width:123px;
    overflow: hidden;
    font-size: 1.3em;
}

input[type=image] {
    border: none;
    background-color: transparent;
    height:18px;
    width:18px;
    vertical-align: middle;
    margin-left:4px;
    padding:4px 0 0 6px;
 }


input[type=text] {
     padding:0 0 0 5px;
     color: #979797;
     font-size: 1.1em;
}

textarea {
    font-size: 1.1em;
}


input#recherche_carte {
     float:left;
     width:86px;
     height:18px;
     padding:0 0 0 1px;
}

#encart_recherche_carte input#recherche_carte {
    height:21px;
    width:130px;
    padding: 0 0 0 5px;
    background-color: #F8F8F8;
    color: #676767;    
}

input[type=image]#aller_cp {
    padding:0;
    margin:3px 0 0 4px;
    width:14px;
    height:14px;
}

#enart_recherche_carte input[type=image]#aller_cp {
    margin: 6px 0 0 4px;
}

#newsletter input#inscription {
    width:140px;
    height:21px;
    padding:1px 0 0 5px;
    background-color: #f8f8f8;
    color:#676767;
    line-height: 1.8em;
}

#newsletter input#aller_newsletter {
    width:20px;
    height:19px;
    margin:0;
}

/****** ENCARTS ******/
#encart_recherche_carte form {
    padding: 7px 0 0 10px;
    width:163px;
}

#intitule-calendrier form {
    width:173px;
}