/* feuille de style principale pour talespinners */

BODY {
	margin: 0; padding: 0;
	background-color: #33c;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#tlsp {
	position: absolute; top: 33px; left: 0px;
}
#title .skipmenu {
	visibility: hidden;
}
#title {
	position: absolute; top: 0; left: 0;
	z-index: 20;
	width: 225px;
}

#topmenu {
	position: absolute; top: 25px; left: 0;
	width: 745px;
	text-align: right;
}
	#topmenu A {
		color: #fff; background-color: transparent;
		font-size: 75%;
	}
	#topmenu A:hover {
		color: #99f; background-color: transparent;
	}
	
#leftmenu {
	position: absolute; top: 120px; left: 0;
	width: 170px; height: 330px;
	text-align: center;
}
	#leftmenu IMG.wrksp {
		margin-bottom: -5px;
	}
	#ca, #sb, #tv, #fu, #goUp, #sbFr, #tvFr {
		width: 140px;
		background-color: #99f; color: #fff;
		border: 1px #fff solid;
		margin: 15px 10px;
		padding: 2px;
		font-weight: bold;
		line-height:1.1em;
	}
		#sbFr {margin-top: 0; margin-left: 15px; }
		#tvFr {margin-top: 0; margin-left: 15px; }
		#ca.lnk, #sb.lnk, #tv.lnk, #fu.lnk, #goUp.lnk, #sbFr.lnk, #tvFr.lnk {
			border: 1px #000 solid;
		}
		.lnk:hover {
			border: 1px #fff solid;
		}
		.lnk A {
			background-color: transparent; color: #000;
		}
		.lnk A:hover {
			background-color: transparent; color: #fff;
		}
		.in A {
			color: #fff; background-color: transparent;
		}
	#leftmenu HR {
		color: #66f; background-color: transparent; height: 6px; padding: 10px 0;
	}
	
#content {
	position: absolute;
	top: 50px;
	left: 170px;
	z-index: 0;
	width: 580px;
	height: 500px;
	color: #000;
	font-size: 75%;
	background: #66f;
	background-image: url(..images/bi/fu/fu_bkgrnd_b.gif);
	background-color: #66f;
}
	#content A {
		color: #000; background-color: transparent;
	}
	#content #mainTitle {
		/*position: absolute; top: 11px; left: 4px;*/
	}
	
	#content #wrksptitle {
		position: absolute; top: 7px; left: 198px;
	}

	
	#smallTxt {
		position: absolute; bottom: 0; right: 0;
		font-size: 100%;
		text-align: right; margin-right: 5px;
	}
	
A {
	text-decoration: none;
}

