.classe1 {
font-family: Berlin Sans FB Demi,Arial;
font-size: 15px;
font-style: normal;
color: #110088;
visibility: visible
}

body {
background: #FFFFFF;
text: #110088;
}

a {
cursor: hand;
color: #110088;
text-decoration: underline;
}

a:active {
cursor: hand;
color: #110088;
text-decoration: underline;
}

a:visited {
cursor: hand;
color: #110088;
text-decoration: underline;
}

a:hover {
cursor: hand;
color: #FF0000;
test-decoration: underline;
}



.error {
font-family: Berlin Sans FB Demi,Arial;
font-size: 15px;
font-style: normal;
color: #FF0000;
visibility: visible
}


input {
background-color: #FFFFFF;
color:            #110088;
font-family:      Berlin Sans FB Demi;
font-size:        15px;
border:           1px solid #110088;
}

input.input_interbleu {
background-color: #BBBBFF;
color:            #110088;
font-family:      Times New Roman;
font-size:        15px;
border:           0px none;
}
input.input_interrose {
background-color: #FFBBBB;
color:            #110088;
font-family:      Times New Roman;
font-size:        15px;
border:           0px none;
}
input.input_intervert {
background-color: #BBFFBB;
color:            #110088;
font-family:      Times New Roman;
font-size:        15px;
border:           0px none;
}
input.input_interjaune {
background-color: #FFFFBB;
color:            #110088;
font-family:      Times New Roman;
font-size:        15px;
border:           0px none;
}
input.input_intergris {
background-color: #DDDDDD;
color:            #110088;
font-family:      Times New Roman;
font-size:        15px;
border:           0px none;
}

input.input_pass {
background-color: #FFFFFF;
color:            #110088;
font-family:      Times New Roman;
font-size:        15px;
border:           1px solid #110088;
}

input.input_hidden {
background-color: #FFFFFF;
color:            #110088;
font-family:      Berlin Sans FB Demi;
font-size:        15px;
border:           0px none;
}