/* CSS Document */ /*fieldset{border:solid 1px black; border-radius:10px; background-color:#F2F2F2; width:400px; padding:10px 10px 10px 30px; font-family:verdana; font-size:12px; margin-left:100px;}*/ fieldset{border:solid 1px black; border-radius:10px; background-color:lavender; width:600px; padding:10px 10px 10px 30px; font-family:verdana; font-size:12px; margin-left:100px;} fieldset legend{ font-family:verdana; font-size:14px; font-weight: bold; } form { width: 600px; padding: 10px 20px; background: lavender; color: midnightblue; } form p { margin: 1em 0; } form p.double { /* Empêcher le dépassement des flottants */ overflow: hidden; /* Idem pour IE6 */ width: 100%; } form p.double label { float: left; width: 150px; text-align: right; font-weight: bold; cursor: pointer; } form p.double1 { float: left; /*width: 150px;*/ text-align: right; font-weight: bold; cursor: pointer; display : inline; } form p.double label span.info { display: block; margin-top: .2em; font-size: .8em; font-weight: normal; cursor: default; } form p.double input, form p.double select, form p.double textarea { width: 200px; margin-left: 12px; border: solid 1px midnightblue; padding: 2px 4px; } form p.double textarea { padding: 2px 0 0 4px; width: 320px; height: 6em; } form p.simple { margin-left: 160px; } input:focus, textarea:focus { background-color:#B0E0E6; } input[type=submit]:focus, input[type=reset]:focus { background-color:#FFF3F3; } #error{ color :#FF0000; font-family: Arial; font-style: italic ; }