*
{
margin: 0;
padding: 0;
}


html {
    height: 100%;
   
}

body
{
background: none;
background-color:#fff;
font-family: arial, helvetica, sansserif;
font-size:12px;
padding: 0px;
margin :0px;
 height: 99%;
 background-image:url('../images/fond.jpg');
}

#conteneur {

margin-left:auto;
margin-right:auto;
height:1510px;
width:1040px;

}


#fond{
height:1510px;
width:1040px;

background-image:url('../images/contenu.png');
background-position:top;
background-repeat:no-repeat;
}

#page-table {
    height: 100%;
    width: 100%;
 
    text-align: center;
}

#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
    }
#logo_atoo {
        float:right;
}

