/* LIENS */
a {
	color:#178DCE;
}

/* 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:#9BD2F1 1px solid;
	padding:5px;
	background:#ffffff;
	margin:5px;
}

/* BLOC SIMPLE AVEC FOND DE COULEUR */
.wmt_notice_fond {
	/*        
	border:#9BD2F1 1px solid;
	padding-right:5px;
	padding-left:5px;
	background:#F9FDFF;
	margin-left:5px;
	margin-right: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 {
	background-color:#EDF6FB;
	height:15px;
	color:#178DCE;
	font:bold 11px Arial, Helvetica, sans-serif;
	border-top:#9BD2F1 1px solid;
	border-bottom:#9BD2F1 1px solid;
	padding-left:8px;
	margin-bottom:8px;
	margin-top:3px;
}

/* FORMAT DES CELLULES (TD) DE TITRES */
.wmt_tabletitre {
	background-color:#EDF6FB;
	height:15px;
	color:#178DCE;
	font:bold 11px Arial, Helvetica, sans-serif;
	border-top:#9BD2F1 1px solid;
	border-bottom:#9BD2F1 1px solid;
	padding-left:8px;
}

/* CELLULES QUI S'AFFICHENT EN ALTERNANCE */
.wmt_table1 {
	background-color:#F9FDFF;
	color:#000000; 
	font-family:Verdana; 
	font-size:11px; 
	padding:5px;
}
.wmt_table2 { 
	background-color:#ffffff; 
	color:#000000; 
	font-family:Verdana; 
	font-size:11px; padding:5px;
}

/* 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:#9BD2F1;
	color:#178DCE;
	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:#CCCCCC;
	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 1px #9BD2F1;
	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:#9BD2F1 1px solid;
	border-bottom:#9BD2F1 1px solid;
	border-left:#9BD2F1 1px solid;
	padding:5px;
	background:#F9FDFF;
}

/* AFFICHAGE ROUGE */
.wmt_rouge, .wmt_rouge A {
	color:#cc0000;
}
