
body {
background : black;
color : white;
font-size : 1em;
}

form {
/*
 background-color:red;
*/
margin-top : 50px;
 padding:0px;
 width:500px;
 }
fieldset {
 padding:20px;
 margin-bottom:10px;
 }
legend {
 color:#a0522d;
 font-weight:bold
 }
label {font-family : arial;
float: left;
width : 120px;
text-align : right;
padding-right : 10px;
font-size : 10px;

 display:block;
 }
label.inline {
 display:inline
 }
 
input {float: left;
width : 300px;
 border:1px solid white;
 background-color:#A6BEDE;clear :right;
 }
input.submit{float: left;
color: white; 
font-weight : bold;
margin-top : 20px;
width : 300px;
height : 23px;
 border:1px solid black;
 background : url(envoyer.png) no-repeat bottom center;clear :right;
 }
 
 
 
 
input[type=radio] {
 margin-right:50px;
 background-color:transparent;
 border:none;
 }
select, option {
 background-color:#A6BEDE;
 }
textarea {
width : 300px;
 border:1px solid white;
 background-color:#A6BEDE;
 }

