/* Start of CMSMS style sheet 'formulaire' */
form {
 /*background-color:#FAFAFA;*/
 padding:0px;
padding-left:0px;
 width:220px;
border-left:0px solid darkred;
color:#000;

 }
fieldset {
 padding:0px; 
 margin-bottom:10px;
border:0px;
border-left:0px  solid blue;
 }
legend {
 color:#a0522d;
 font-weight:bold
 }
label {
 margin-top:10px;
 margin-bottom:5px;
margin-left:5px;
 /*float:left;*/
display:block;
 }
label.inline {
 display:inline
 }
input {
 border:0px solid black;
 background-color:#F0EFE8;
margin-bottom: 10px;
width:175px;
 }
input[type=radio] {
 margin-right:50px;
 background-color:transparent;
 border:none;
 }
select, option {
 background-color:#A6BEDE;
 }
textarea {
 border:0px;
 background-color:#F0EFE8;
width:175px;
 }

input[type=submit] {
 margin-right:50px;
 background-color:red;
width:50px;
text-align:center;
float:right;
 border:none;
 }

/* End of 'formulaire' */

