@font-face {
    font-family: 'BienvenueRegular';
    src: url('fonts/bienvenue-regular-webfont.eot');
    src: url('fonts/bienvenue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bienvenue-regular-webfont.woff') format('woff'),
         url('fonts/bienvenue-regular-webfont.ttf') format('truetype'),
         url('fonts/bienvenue-regular-webfont.svg#BienvenueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BienvenueBold';
    src: url('fonts/bienvenue-bold-webfont.eot');
    src: url('fonts/bienvenue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bienvenue-bold-webfont.woff') format('woff'),
         url('fonts/bienvenue-bold-webfont.ttf') format('truetype'),
         url('fonts/bienvenue-bold-webfont.svg#BienvenueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


BODY { font-family: BienvenueRegular, Arial, Helvetica, sans-serif; font-size: 14px; }

H1 { font-size: 20px; font-family: BienvenueBold, Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: 3px; }
H2 { font-size: 15px; font-family: BienvenueBold, Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: 2px; }
A:link, A:visited { color: black; text-decoration: underline; }
A:hover { text-decoration: none; }
A:active { color: red; }
IMG { border: none; }

BODY.formdisplay { background-color: white; background-image: none; color: black; font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: normal; }
BODY.formdisplay H1 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: normal; }
BODY.formdisplay H2 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: normal; }

.rouge { color: red; }