body{
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#ffffff;
    text-align:center;
    background-image:url("img/bg.jpg"); 
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#bdb5a3;
}
td{
    font-size:12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#ffffff;
}

a {color: #5d95b9; font-weight: normal; text-decoration:none}
a:link {color: #5d95b9; font-weight: normal} 
a:active { color: #5d95b9; font-weight: normal} 
a:visited { color: #5d95b9; font-weight: normal} 
a:hover { color: #ffffff; font-weight: bold} 

/* Corps principal ---------------------------------------------------------- */
#page{	
    position:relative;
    width:1000px;
    min-height:100%;
    _height:100%;           /* Hauteur pour ie */
    margin-bottom:-140px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
}

/* cadre menu --------------------------------------------------------------- */
#titre_site{
    position:absolute;
    display:block;
    width:210px;
    height:125px;
    top:20px;
    left:100px;
    background:url("img/titre.png") top center no-repeat;
}
#img_changement_adresse{
    position:relative;
    display:block;
    width:750px;
    height:250px;
    top:195px;
    left:125px;
    background:url("img/changement_adresse.jpg") top center no-repeat;
}
#texte{
    position:relative;
    width:430px;
    height:120px;
    top:100px;
    left:270px;
}
