/* CSS Document */
body, table, tr, td { font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #000000 }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #000000 ; margin: 0; padding: 0; line-height:90%; }
/* liens A */
A:link {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; text-decoration: none;}
A:visited {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; text-decoration: none;}
A:hover {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; text-decoration: underline;}
/* noir 11 */
.st11 {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration: none;}
.st11:visited {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration: none;}
.st11:link {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration: none;}
.st11:hover {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration: underline;}
/* noir 12 */
.st12 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration: none;}
.st12:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration: none;}
.st12:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration: none;}
.st12:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration: underline;}
/* noir 13 */
.st13 {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration: none;}
.st13:visited {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration: none;}
.st13:link {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration: none;}
.st13:hover {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration: underline;}
/* part gris fonce 9 */
.pa {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#404040; text-decoration: none; }
.pa:visited {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#404040; text-decoration: none; }
.pa:link {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#404040; text-decoration: none; }
.pa:hover {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#404040; text-decoration: underline; }
/* bout */
.bout {
background-color: #ffffff;
border-color: #eeeeee;
border-width:1px ;
border-style:inset;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
}
/* Bloc affichant un message d'erreur. Doit etre voyant */
.mb_alerte {border-style:dashed;border-color:#CC0000;border-width:3px;padding:5px;font-family:Verdana; font-size:11px;}
/* En tete de tableau. Doit se distinguer du reste */
.mb_tabletitre { font-family:Verdana; font-size:11px; height:25px; vertical-align:bottom; font-weight:bold; padding:5px; border-bottom:dotted 1px black}
/* Cellules de tableau, s'affichent en alternance pour augmenter la lisibilité */
.mb_table1 { background-color:#FFFFC0; color:#000000; font-family:Verdana; font-size:11px; padding:5px }
.mb_table2 { background-color:#E7E7E7; color:#000000; font-family:Verdana; font-size:11px; padding:5px }
.mb_cell {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration: none;}
/* tag */
/* BLOC D'ALERTES */
.wmt_alerte
        {
        border-top:#870A0A solid 4px;
        border-bottom:#870A0A dashed 1px;
        padding:5px;
        color:#ffffff;
        background:#cc0000;
        }

/* LIEN DANS LES BLOCS D'ALERTE */
.wmt_alerte A
        {
        color:#ffffff;
        }

/* BLOC SIMPLE */
.wmt_notice
        {
        border:#00467F 2px solid;
        padding:5px;
	background:#ffffff;
        }

/* BLOC SIMPLE AVEC FOND DE COULEUR */
.wmt_notice_fond
        {
        border:#00467F 2px solid;
        background:#FFFFC0;
        padding:5px;
        }

/* BLOC SIMPLE DE COULEUR PLUS VOYANTE */
.wmt_notice_orange_clair
        {
        border:#FF8A00 2px solid;
        background:#FFD100;
        padding:5px;
        }

/* FORMAT DES TABLEAUX */
.wmt_tableclass
        {
        width:100%;
        }

/* FORMAT DES TITRES */
.wmt_titre
        {
        margin:0px;
        font-size:12px;
        font-weight:bold;
        padding-bottom:3px;
        border-bottom:#00467F 2px solid;
        margin-bottom:7px;
        }

/* FORMAT DES CELLULES (TD) DE TITRES */
.wmt_tabletitre
        {
        background-color:#00467F;
        height:30px;
        color:white;
        font-weight:bold;
        padding:5px;
        }

/* CELLULES QUI S'AFFICHENT EN ALTERNANCE */
.wmt_table1 { background-color:#FFFFC0; color:#000000; font-family:Verdana; font-size:11px; padding:2px }
.wmt_table2 { background-color:#dddddd; color:#000000; font-family:Verdana; font-size:11px; padding:2px }

/* ONGLETS SELECTIONNES */
.wmt_onglet_select, a.wmt_onglet_select, a.wmt_onglet_select:hover, a.wmt_onglet_select:visited, a.wmt_onglet_select:active
        {
        display:block;
        padding:5px;
        padding-bottom:6px;
        background:#00467F;
        color:white;
        font-weight:bold;
        padding-left:15px;
        padding-right:15px;
        margin-right:1px;
        text-decoration:none;
        float:left;
        }

/* ONGLETS NON SELECTIONNES */
.wmt_onglet_unselect, a.wmt_onglet_unselect, a.wmt_onglet_unselect:hover, a.wmt_onglet_unselect:visited, a.wmt_onglet_unselect:active
        {
        display:block;
        background:#848484;
        color:#000000;
        padding:5px;
        margin-right:1px;
        /*text-decoration:none;*/
        margin-bottom:1px;
        float:left;
        }

/* BARRE D'ONGLET */
.wmt_onglet_barre
        {
        height:25px;
        border-bottom:solid 2px #00467F;
        white-space:nowrap;
        }

/* BLOC VISIBLE NE PAS CHANGER */
.wmt_onglet_select_bloc
        {
        display:block;
        }

/*  BLOC INVISIBLE NE PAS CHANGER */
.wmt_onglet_unselect_bloc
        {
        display:none;
        }

/* ONGLET BLOC DE CONTENU */
.wmt_onglet_content
        {
        border-right:#00467F 2px solid;
        border-bottom:#00467F 2px solid;
        border-left:#00467F 2px solid;
        padding:5px;
        background:#FFFFC0;
        }

/* AFFICHAGE ROUGE */
.wmt_rouge, .wmt_rouge A
        {
        color:#cc0000;
        }

