/* IE 6 PNG fix */
#headerfencers, #noquicklaunch .sword,
#noquicklaunch .sword, div.footerfencers
{
    behavior: url(../iepngfix.htc);
}

/* Titles color, a little darker as the page color */
span.header, .contenttitle, .Titre, td.contentsubtitle, div.contentsubtitle
{
    color: #E5B300;
}

/* the table with the header of the home page is not displayed */
#tblheaderhomepage
{
    display: none;
}

/* the table with the header of the page is displayed */
#tablelogo
{
    display: block;
}

/* background of the header */
table.mainmenu
{
	background-image: url(img/menu_header_inbrief.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* Logo cell */
table.main td.logos
{
    padding-right: 9px;
}

/* Vertical separator */
td.verticalsep
{
    width: 20%;
    vertical-align: bottom;
    text-align: center;
}

/* image of the fencers in the header */
#headerfencers
{
    height: 62px;
    background-image: url(img/header_fencers_inbrief.png);
    margin-left: 350px;
}

/* position and visibiliy of the menu links */
div.menulinks span.menulinkslng
{
    margin-top: 0px;
    margin-right: 5px;
}

div.menulinks span.menulinkssearch, div.menulinks span.menulinksgoogle
{
    display: none;
}

span.menulinkslng .novisibilityhomepage
{
    display: inline;
}

/* sword in the left part of the page */
#noquicklaunch .sword
{
	height: 419px;
	background-image: url(img/sword_inbrief.png);
	background-position: 10px top;
	width: 109px;
	margin-top: 10px;
}

/* main title of the content of a page */
.contenttitle
{
    width: 864px;
	background-image: url(img/title_background_inbrief.gif);
}

.hsep
{
    background-image: url(img/hsep_inbrief.gif);
}

table.content
{
    width: 864px;
}

td.contentsubtitle, div.contentsubtitle
{
    text-transform: uppercase;
    font-size: 11pt;
    vertical-align: top;
}

/* footer */
td.footer
{
    width: 984px;
    background-image: url(img/footer_inbrief.gif);
}

div.footer
{
    width: 984px;

}
div.footerfencers
{
	background-image: url(img/footer_fencers_inbrief.png);
	width: 244px;
	height: 128px;
    margin-right: -30px;
}

