@charset "utf-8";
Txt12 {
	font-size: 12px;
}

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.Txt-Blc {	color: #FFF;
}

#apDiv2 table tr td {
}
a:link {
	color:#FFF;
	text-decoration: none;
}      /* lien non visté*/
a:visited {
	color:#666;
}  /*lien déja visté*/
a:hover {
	color:#000;
	background-color: #CCC;
}  /* quand la souris est sur le lien*/
a:active {color:#0000FF;}  /* lien selectionner */

.Txt-Blc-F-Noir {
	color: #FFF;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
