body 
 {


 	background-image: url("image/banniere.jpg"),url("image/font.jpg");
	background-position: 0% 0%, 0% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat; 
}

form {
 padding:10px;
 width:500px;
position:absolute;
 top:200px;
 left:400px; 
 }
fieldset {
 padding:20px;
 margin-bottom:10px;
  position:relative;
 }
legend {
 color:#a0522d;
 font-weight:bold
 }
label {
 margin-top:20px;
 display:block;
 }
label.inline {
 display:inline
 }
 input {
 border:1px solid black;
 background-color:#A6BEDE;
 }
input[type=radio] {
 margin-right:50px;
 background-color:transparent;
 border:none;
 }
select, option {
 background-color:#A6BEDE;
 }
textarea {
 border:1px solid black;
 background-color:#A6BEDE;
 }
