/* Design de l'entête Transcontinental à inclure sur les sites */

#theader {
font-size:11px;
font-weight:700;
height:26px;
color:#999;
background-color:#000;
}
#theader a {
color:#fff;
margin:0 4px 0 4px;
white-space:nowrap;
text-decoration:none;
}
#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/left.jpg);
}
#tright {
background-image:url(../imgs/right.jpg);
}
#ttxt {
margin:4px 3px 0 3px;
}