

div.formulaire {
    width: 650px;
    height: 353px;
}

div#perdu{
    width: 230px;
}

div#erreur_mdpp{
    float:left;
    margin: 10px 0 0 15px;
    padding: 10px;
    width: 918px;
}

div#ok_mdpp{
    float:left;
    background-color: #00b916;
    margin: 10px 0 0 15px;
    padding: 10px;
    width: 918px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

div#perdu {
    float: left;
    background-color: #fff;
    margin: 10px 0 10px 15px;
    padding: 10px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
div#perdu h4 {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:8px;
}
div#perdu p.last {
    margin: 5px 0 18px 0;
}
div#perdu label {
    display:block;
    font-weight:bold;
    width:150px;
    float:left;
}
div#perdu .small {
    display:block;
    font-size:0.85em;
    font-weight:normal;
    width:150px;
}
div#perdu div#partie_haut input {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    margin: 10px 0 10px 0px;
}
div#perdu button {
    float: left;
    width:114px;
    margin: 10px 0 10px 50px;
    padding-bottom: 5px;
    padding-left: 7px;
    height: 35px;
    /*background-image: url('../img/contact_bt.png');*/
    background-image: url('../img/sprite_formulaire.png');
    background-position: 0 0;
    background-repeat : no-repeat;
    background-color: transparent;
    text-align:center;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    border-style: none;
    text-align: left;
}
div#perdu button:hover {
    /*background-image: url('../img/contact_bt_hover.png');*/
    background-image: url('../img/sprite_formulaire.png');
    background-position: 0 -45px;
    cursor: pointer;
}


div#assurance{
    float: left;
    background-color: #fff;
    margin: 0px 0 10px 15px;
    padding: 10px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
div#assurance h4 {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:8px;
}
div#assurance p.last {
    float: left;
    width: 140px;
    margin: 5px 0 5px 0;
}
div#assurance img#image_assurance {
    float: right;
    width: 80px;
    margin: 5px 0 18px 0;
}

