/* CSS Document */



BODY, TD {font-family: tahoma; font-size: 12px; color: black}



A {color: red}

A:hover {color: #8E2118}



.ct TD {padding: 15px}



.cat {color: #88326D}
.cat A {color: black; font-weight: normal; font-size: 11px;}
.cat A:hover {color: red; font-weight: normal; font-size: 11px;}

.cat2 {color: #88326D}
.cat2 A {color: black; font-weight: bold; font-size: 12px;}
.cat2 A:hover {color: red; font-weight: bold; font-size: 12px;}

.f {color: white; font-weight: bold}

.f A {color: white; font-weight: bold; text-decoration: none}

.f A:hover {color: white; font-weight: bold; text-decoration: underline}



.t {color: #88326D;  font-weight: bold }
.t A {color: #88326D;  font-weight: bold }
.t A:hover {color: red;  font-weight: bold }



.site  {color: black;  font-weight: bold }

.site:hover {color: red;  font-weight: bold }



.r {font-size: 11px; color: black}



.links A {color: black; font-weight: bold}
.links A:hover {color: red; font-weight: bold; font-size: 11px;}

.dial {
	/* bordure du tableau principal */
	border:0px solid #FFFFFF;
	/* background du tableau */
	background-color: #FFFFFF;
	/* largeur du tableau */
	width:200px;
}
.dial img {
	/* bordure des thumbs */
	border:1px solid #88326D;
}
.dial img:hover {
	/* bordure des thumbs lors du passage de la souris */
	border:1px solid #FF0000;
}
.dial td {
	/* police ŕ utiliser */
	font:normal 10px Arial;
	color:#000000;
	/* marge intérieure des cellules */
	padding:3px;
}
.dial a {
	/* couleur des liens */
	color:#88326D;
	font-weight:bold;
}
.dial a:hover {
	/* couleur des liens du passage de la souris */
	color:#FF0000;
	text-decoration:none;