
fieldset{
position: relative;
top: -4em;
left: -2em;
width: 25%;
background-color: red;
height: 18%;
}
.erreur0{
color: red;
}
.error li{
list-style: none;
}
.error{
color: red;
background: transparent url('../icon_error.gif') top left no-repeat;
}
.prevenir_erreurs{
z-index: 1000;
position: absolute;
right: -310%;
top: 20%;
border: 3px inset red;
background-color: lightgray;
width: 100%;
height: 20em;
}
label{
float: left;
width: 3em;
margin-right: 3em;
color: white;
font: 110%/1.1em constantino,palatino,times,serif;
letter-spacing: -1px;
font-weight: bold;
}
input:focus,textarea:focus{
background-color: #FFDFDF;
}