24 lines
925 B
CSS
24 lines
925 B
CSS
#formSaisie { background-color:#ffffff; width:577px;}
|
|
#subFormSaisie { clear:both; }
|
|
#subFormSaisie p { margin-left:16em; }
|
|
#subFormSaisie select { width:250px; }
|
|
form {width:100%;}
|
|
fieldset { clear:both; width:500px; margin:1.5em 1em 1em 1em; padding:0;}
|
|
fieldset select { width:250px; }
|
|
fieldset label {width:10em;}
|
|
legend { margin-left: 1em; color: #000000; font-weight: bold;}
|
|
label { clear:both; float:left; width:15em; margin-right:1em; text-align:right; font-weight:bold;}
|
|
input, select, textarea { float: left; margin-bottom:5px; }
|
|
input[type="submit"] { clear: both; float: right; }
|
|
form span.left { float: left; margin-left: 5px; }
|
|
form span.right { float: right; }
|
|
form p { clear:both; margin-left:16em; }
|
|
form em {color:#FF0000;}
|
|
|
|
|
|
#NouveauDirigeant2 {display:none}
|
|
#NouveauDirigeant3 {display:none}
|
|
#formActionnaire {display:none}
|
|
#formParticipation {display:none}
|
|
|
|
#frmCreateMandataires select { width:200px; } |