/* CSS Document */
body {width: 480px;margin: auto; margin-top: 20px; margin-bottom: 20px; background-color:#FFFFFF;
border:1px solid;border-color:#CCCCCC
} 

#banniere
{
   width: 480px;
   height: 160px;
   background-image:url(banniere.jpg);
   background-repeat: no-repeat;
   margin-bottom: 0px
   
}

#formulaire
{
width:400px;
height:auto

}