body {
    font-family:    Arial, sans-serif;
    font-size:      10px;
}
ul {
    list-style-type:none;
}
h1 {
    color:          #FFF;
    font-size:      1.3em;
    display:        block;
    letter-spacing: 1px;
    background:     url(/image/struct/dotted.png) bottom repeat-x;
    margin-bottom:  1em;
    padding-bottom: .4em;
}
h1>span {
    display:        inline;
    padding:        5px 20px 5px 10px;
    background:     #99C104;
    line-height:    2em;
}
h2 {
    display:        block;
    background:     url(/image/struct/h2_bg.png) top left no-repeat;
    font-size:      1.3em;
    text-transform: uppercase;
    color:          #000;
    padding:        13px 0 1.5em 33px;
    margin:         0 auto;
    height:         58px;
}
.check_green {
    background:     url(/image/picto/check_green.png) no-repeat top left;
    padding-left:   1.8em;
}
a,
h3,
h4,
legend,
input[type=submit],
input[type=reset],
input[type=button] {
    color:          #71696A;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
label {
    color:          #000;
}
fieldset,
legend,
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    border:         solid 1px #cbc3c5;
}
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    padding:        1px;
    font-size:      1em;
}
legend {
    font-weight:    bold;
    padding:        0 .5em;
}
input[type=submit],
input[type=reset],
input[type=button] {
    color:          white;
    background:     #6F6F6F;
    border:         none;
}
input.error,
div.error,
select.error,
textarea.error {
    border:         solid 1px #e82424;
    background:     #eeafaf;
}
label.error,
span.error {
    color:          #e82424;
}
table {
    border-collapse:collapse;
}

