BODY {/* IE seulement sauf color,font-size,font-family */
	font-size: 14px; /* a gerer avec classe TD soit la fonte par defaut pour tout texte dans le body pas pris dans un tableau */
	font-family: "times";
	font-weight: normal;
	overflow-x:visible;/* visible valeur par défaut */
	overflow-y:auto; /*tjs visible et <BODY SCROLL="no"> a la priorité sur le style */
	background-color:white;
}
/* a gerer avec classe BODY soit la fonte par defaut pour tout texte dans le body pris dans un tableau */
TD.normal {font-size: 14px;font-weight: normal; font-family: "times";}
P.normal {font-size: 14px;font-weight: normal; font-family: "times";}

/* titre1 plus foncé que la couleur du service car pas de contraste soit : #6A6C6E */
/* titre2 en noir car en normal, necessaire pour contraste */
/* utilisé plus loin pour les affichages sur fond clair */
FONT.titre1 {font-size: 15px;font-weight: bold; font-family: "verdana";}
FONT.titre2 {font-size: 16px;font-weight: normal; font-family: "verdana";}
TD.titre1 {	font-size: 15px;font-weight: bold;font-family: "verdana";text-align:left}
TD.titre2 {	font-size: 16px;font-weight: normal;font-family: "verdana";text-align:left;}
TD.titre1centre {	font-size: 15px;font-weight: bold;font-family: "verdana";text-align:center;}
TD.titre2centre {	font-size: 16px;font-weight: normal;font-family: "verdana";text-align:center;}

TR.tabsombre {font-size: 13px;font-weight: normal;font-family: "verdana"; /* couleur service #94989B */}
TD.tabsombre {text-align:center; margin: 0px; padding: 0px; font-size: 13px;font-weight: normal;font-family: "verdana"; /* couleur service #94989B */}
TR.tabclair {font-size: 13px;font-weight: normal;font-family: "verdana"; /* gris */}
TD.tabclair {font-size: 13px;font-weight: normal;font-family: "verdana"; /* gris *//* color doit etre identique à A.tableresult */}
TR.tabtresclair {font-size: 13px;font-weight: normal;font-family: "verdana"; /* gris */}
TD.tabtresclair {font-size: 13px;font-weight: normal;font-family: "verdana"; /* gris *//* color doit etre identique à A.tableresult */}
TD.tabsclair {font-size: 14px;font-weight: normal;font-family: "times"; /*  pour trashwars */}

TD.centre {text-align:center;}
TD.right {text-align:right;}
TD.top {vertical-align: top;}
TD.topcentre {
	text-align:center;
	vertical-align: top;
}
TD.midcentre {
	text-align:center;
	vertical-align: middle;
}

A:link {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:underline;}
A:visited {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:underline;}
A:active {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:underline;}
A:hover {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:none;}

/* color doit etre identique à TD.tableclair */
A:link.tabclair {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:none;}
A:visited.tabclair {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:none;}
A:active.tabclair {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:none;}
A:hover.tabclair {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:underline;}

/* lien coloré */
A:link.special {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:none;}
A:visited.special {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:none;}
A:active.special {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:none;}
A:hover.special {font-size: 14px;font-weight: normal;font-family: "times";text-decoration:underline;}


/* .tdmenus {  background-color: #024467}
.tdmenusover {  background-color: #FF66CC} */

SELECT {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	FONT-FAMILY: "verdana";
}
INPUT {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	FONT-FAMILY: "verdana";
}
TEXTAREA {
	 width:100%;
}
A {font-size: 14px;font-weight: normal;font-family: "times";}
A.tabclair {font-size: 14px;font-weight: normal;font-family: "times";}

/* SELECT {
	BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 9px; BACKGROUND-IMAGE: url(/images/bginput.gif); BORDER-LEFT: #000000 1px outset; COLOR: #aaaaaa; BORDER-BOTTOM: #cccccc 1px outset; FONT-FAMILY: Verdana, verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #333333 */
}
/* TEXTAREA {
	BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(file:///Z|/Ultrashock_com.files/content.files/images/bginput.gif); BORDER-LEFT: #000000 1px outset; COLOR: #aaaaaa; BORDER-BOTTOM: #cccccc 1px outset; FONT-FAMILY: Verdana, verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #333333 */
}
/* .INPUT1 {
	BORDER-RIGHT: #999999 1px outset; BORDER-TOP: #000000 1px outset; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(/images/bginput.gif); BORDER-LEFT: #000000 1px outset; COLOR: #aaaaaa; BORDER-BOTTOM: #cccccc 1px outset; FONT-FAMILY: Verdana, verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #333333 */
}

