#menu {
    position:relative;
    border-left:5px solid #FFFFFF;
    border-right:5px solid #FFFFFF;
    border-top:5px solid #FFFFFF;
    border-bottom:5px solid #FFFFFF;
    height:420px;
    min-height:420px;
    left: 50%; 
    width: 920px;
    margin-left: -472px;
    top:30px;
    z-index:3;
    background:url(../images/modeles/modele_spe/vie_locale/fond.gif) top right no-repeat;
    /*height:262px;*/
}

hr {
    color: #e4e4e4;
    background-color: #e4e4e4;
    height: 1px;
    border: 0;
    margin-top: 9px;
    margin-bottom: 9px;
}
input {
    border: 1px solid #e3e3e3;
}
textarea {
    border: 1px solid #e3e3e3;
}

div.content{
    line-height:18px;
    padding:0;  
}

div.content_left {
    width:260px;
    float:left; 
    margin-left:-10px;
    border:0px solid blue;
}
div.content_right {
    width:470px;
    float:right;
    border:0px solid blue;  
}