/*boutons en BG Francais*/

/*top lang and contact*/


ul.topRightSubnav li a:hover.lang {
	background-position: -32px 0;
}

ul.topRightSubnav li a.lang {
	background: url(/library/images/btn/fr/langbutton.gif) no-repeat 0 0;
	width:32px;
	display:block;
	font-size:12px;
	height:10px;
	line-height:10px;
	text-indent: -9000px;
}


ul.topRightSubnav li a:hover.contact {
	background-position:-72px 0;
}
ul.topRightSubnav li a.contact {
	background: url(/library/images/btn/fr/contactbutton.gif) no-repeat 0 0;
	display:block;
	font-size:8px;
	height:10px;
	line-height:10px;
	width:72px;
	text-indent: -9000px;
}