p {
font-family:"arial";
//font-size:80%;
}

label {
font-family:"arial";
font-weight:bold
}
input {
border:1px solid #3399FF;
background-color:white;
font-family:"arial";
font-size:"10";
color:black;
font-weight:bold;
}
select, option {
background-color:white;
color:black;
}
textarea {
border:1px solid #3399FF;
background-color:white;
font-family:"arial";
font-size:"10";
color:black;
}

input.bouton {
border:2px outset red;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:white;
color:red;
}
input.bouton:active {
border:2px inset red;
background-color:red;
color:white;
}
