#MAIN { 
  Background-Position: top  center;
/*	Background-Attachment: fixed;*/
  Background-Repeat: repeat-y;
  background-image :  url(images/fond-main.gif);
}
.boite{     
  border: 1px solid #98AAB1;
  -moz-border-radius: 8px;
  border-radius: 8px;
padding: 4px;
 }
.formulaire_recherche input{ 
  background-color:white;
}