
.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 */
.notice_fond {margin-right:40px;}
.wmt_notice_fond
        {
     
        background:#EEEEEE;
        padding:5px;
		font-family:verdana;
		color:#333333;
		font-size:11px;
		background-color:#F1F1F1;
		
        }
.wmt_notice_fond h2
        {
        margin-top:-10px;
		font-size:15pt;
color:#00CCCC;
font-weight:bold;
font-family: arial;
        }
		
		.wmt_notice_fond select
        { color:#0099CC; border:1px solid #CCCCCC; }

/* 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;
		margin-bottom:10px; color:#0099CC; font-size:14px; font-family:arial;
      font-weight:bold; 
       
        }

/* 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 */

.sejour1 { background-color:#EEEEEE; color:#000000; font-family:Verdana; font-size:11px; padding:5px }
.sejour1 a:link {color:#0099CC}
.sejour1 a:visited {color:#0099CC}
.sejour1 a:hover {color:#666666}
.sejour2 { background-color:#ffffff; color:#000000; font-family:Verdana; font-size:11px; padding:5px }
.sejour2 a:link {color:#00CCCC}
.sejour2 a:visited {color:#00CCCC}
.sejour2 a:hover {color:#666666}
/* 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:#D8EAF8;
        }

/* AFFICHAGE ROUGE */
.wmt_rouge, .wmt_rouge A
        {
        color:#cc0000;
        }
.pointille {color:#CCCCCC; border:1px solid #CCCCCC;}

