body{
margin : 0;
height : 100%;
background : #fff;
}
#totald{
background : #fff url(fond_droite.gif);
background-position : center;
height : 100%;
width : 50%;
position : absolute;
left : 50%;
}
#totald a{
color : #002a41;
}
#centre{
position : absolute;
width : 980px;
height : 540px;
left : 50%;
margin-left : -490px;
top : 50%;
margin-top : -270px;
}
#droite{
background : url(fond_droite2.gif);
width : 490px;
height : 540px;
float : right;
}
#gauche{
float : left;
}
