.FR {
    background: #99CCFF; // bleu
}

.EN {
    background: #FF99CC; // rose
}

.NL {
    background: #CC99FF; // violet
}

.DE {
    background: #FFCC99; // orange
}

.IT {
    background: #CCFF99; // vert
}

.ES {
    background: #FFFF88; // jaune
}

.NA {
    background: #CAAA9F;
}

.on  { background: #EC5F0F; }
.off { background: #318925; }

fieldset {
    border: 1px inset silver;
    background-color: #99CCFF;
    width: 265px;
}

a {
    color: black;
    text-decoration: none;
}

a:link {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}

a:active {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
}

body,div {
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    background: #F8F8F3;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 2px dotted #EC5F0F;
	padding: 10 0 10 0px;
	color: #4D4D4D;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-bottom: 10px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.legend {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: #F1F1F1;
    text-align: center;
}


.titre_rub {
	font-family: Arial, Helvetica, sans-serif;
    color: #B5080E;
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 10px;
}

.def {
	font-family: Arial, Helvetica, sans-serif;
    color: gray;
    font-size: 11px;
    font-style: italic;
    padding-bottom: 16px;
    text-align: left;
    width: 390px;
}

.sous_rub {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    padding-bottom: 2px;
}
.btn {
font-weight: bolder; cursor: hand; width: 80px; height: 20px; border: 1px outset #EC5F0F; color: white; background: #EC5F0F;
}

input,select,textarea {
    border: 1px solid #318925;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 1px;
}

.chk {
    border: none;
}

.bouton {
    border: 1px solid #7F9DB9;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 9pt;
    padding: 1px;
    background-color: #99CCFF;
    height: 20px;
    width: 20px;
    cursor: hand;
}

.rad {
    border: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 1px;
    background-color:transparent;
}

hr {
    border: 1px dotted silver;
    height: 1px;
    width: 475px;
}