#globalnav,
#globalnav-noscript
{
	width: 756px;
	margin: 0 auto;
}
#globalnav
{
	padding-top: 8px;
	bottom: auto;
}
#globalnav
{
	position: relative;
	top: 0;
	left: 0;
	height: 74px;
	line-height: 1;
	line-height: 1;
	background-image: url(menu_image/bar.gif);
	background-position: right 48px;
	background-repeat: no-repeat;
	min-height: 63px;

}
#globalnav a,
#globalnav a:visited
{
color: #333;
}
#globalnav a:hover
{
color: #C00;
}




/*////////// BRANDED HOME LINK //////////*/

#echecs-logo a
{
/*\*/
display: block;
overflow: hidden;
/**/
}



#echecs-logo
{
float: left;
position: relative;
top: 6px;
left: 4px;
width: 69px;
height: 69px;
background-image: url(menu_image/logo-fr.png);
background-repeat: no-repeat;
background-position: 0 0;
}
#echecs-logo a
{
	/*setting a width breaks link area for PC IE 5*/
width/**/: 69px;
	/*\*//*/
width: 66px;
/**/
height: 69px;
	text-indent: -1000px;
}
#echecs-logo a:hover
{
background-color: transparent;
}


.compact>*
{
float: left;
}
/*\*//*/
.compact
{
display: inline-table;
}
/**/
.compact:after
{
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
