/* Design de l'entête Transcontinental à inclure sur les sites */

#theader {
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	color: #999999;
	background-color: #000000;
}

#theader a {
	color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
	border-bottom-style: none;
	background-color: #000000;
	white-space: nowrap;
}

#theader a:hover {
	color: #2663A8;
}

.logotranscon {
	float: right;
	margin-right: 6px;
}

#tleft, #tright, #ttxt {
	height: 20px;
	display: inline;
	float: left;
}

#tleft, #tright{
	background-repeat: no-repeat;
	width: 7px;
}

#tleft {
	background-image: url(../imgs/header/left.jpg);
}

#tright {	
	background-image: url(../imgs/header/right.jpg);
}

#ttxt {
	margin-top: 4px;
	margin-right: 3px;
	margin-left: 3px;
}
