/* CSS Document */
input.ChampSaisie {
background-color:#FFFFCC;
font-family: Verdana;
font-size:13px;
color:#000000;
}
select.ChampSelect {
background-color:#FFFFCC;
font-family: Verdana;
font-size:13px;
color:#000000;
}
input.login_fields {
background-color:#FFFFE1;
font-family:"Trebuchet MS";
font-size:11px;
color:#660000;
}
.button {
font-family: Arial;
font-size:11px;
font-weight:bold;
color: #333333;
}
textarea.text_area {
background-image: url(small-cyclone-bg.jpg);
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
width:700px;
border:thin;
border-style:solid;
border-color:#003333;
}