@charset "UTF-8";
/* CSS Document */
@media screen {
.no_print { }
.no_screen { display: none; }
#map { color: #000000; }
#map a:link { color: blue; font-weight: normal; }
#map a:visited { color: purple; font-weight: normal; }
#map a:hover { color: red; font-weight: normal; }
#map a:active { color: red; font-weight: normal; }
.avec_une_marge_a_droite { margin-right: 10px; }
.KT_tnglist { color:#000000; }
.KT_tng { color:#000000; }
.KT_tng a:link { color: #000000; }
.KT_tng a:visited { color: #000000; }
.KT_tng a:hover { color: #000000; text-decoration: none; }
.KT_tng a:active { color: #000000; text-decoration: none; }
.KT_tngtable { color:#000000; }
.KT_tngtable td { color:#000000; }
.faux_lien_pour_action { cursor:pointer; }
.text_rouge { color:#C00; font-weight:bold; }
.image_left { margin-right: 10px; margin-bottom: 5px; }
.image_right { margin-bottom: 5px; margin-left: 10px; }
.image_left_no_border { margin-right: 10px; margin-bottom: 5px; }
.image_right_no_border { margin-bottom: 5px; margin-left: 10px; }
.fenetres_d_info { display: none; }
.fenetre_pointillee { border: 1px dotted; padding: 5px; }
.glossary { border-bottom:thin dashed; cursor:help; }
.infobulle { color:black; position: absolute; visibility : hidden; display:none; border: 1px solid #000; padding: 5px; background-color: #FFFFCC; margin-right: auto; margin-left: auto; z-index:2; }
}
@media print {
.no_print { display: none; }
.no_screen { }
.body_main { font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: small; text-align: justify; }
#map { color: #000000; border: medium solid #336699; link: blue; visited: purple; hover: red; active: red; }
#map a:link { color: blue; }
#map a:visited { color: purple; }
#map a:hover { color: red; }
#map a:active { color: red; }
.avec_une_marge_a_droite { margin-right: 10px; }
.fenetre_pointillee { display: none; }
.fenetres_d_info { display: none; }
.faux_lien_pour_action { display: none; }
}

