/* ----------------------
 *  Fiberlink_fr.com CSS
 * ----------------------
 *
 *	This is the French CSS file containing locale-specific rules.
 */


/* Navigation internationalized rules */

.navHolder { 
	background: url(../img/_localized/fr/NavBkgd.jpg) no-repeat;
}

.aboutHolder { 
	background: url(../img/_localized/fr/nav/aboutLink.jpg) no-repeat;
	width:80px; 
	height: 33px;
}
a#aboutNav:link, a#aboutNav:visited  {
	background: url(../img/_localized/fr/nav/aboutLink.jpg) 0 0 no-repeat;
	width:80px; 
	height: 33px;
}
a#aboutNav:hover, a#aboutNav:active, a#aboutNav:link.aboutNavSelected, a#aboutNav:visited.aboutNavSelected  { background-position: -80px 0; }

.productsHolder { 
	background: url(../img/_localized/fr/nav/productsLink.jpg) no-repeat;
	width:177px;
	height: 33px;
}
a#productsNav:link, a#productsNav:visited  {
	background: url(../img/_localized/fr/nav/productsLink.jpg) 0 0 no-repeat;
	width:177px;
	height: 33px;
}
a#productsNav:hover, a#productsNav:active, a#productsNav:link.productsNavSelected, a#productsNav:visited.productsNavSelected { background-position: -177px 0; }

.solutionsHolder { 
	background: url(../img/_localized/fr/nav/solutionsLink.jpg) no-repeat;
	width: 107px; 
	height: 33px;
}
a#solutionsNav:link, a#solutionsNav:visited  {
	background: url(../img/_localized/fr/nav/solutionsLink.jpg) 0 0 no-repeat;
	width: 107px; 
	height: 33px;
}
a#solutionsNav:hover, a#solutionsNav:active, a#solutionsNav:link.solutionsNavSelected, a#solutionsNav:visited.solutionsNavSelected { background-position: -107px 0; }

.newsHolder { 
	background: url(../img/_localized/fr/nav/newsLink.jpg) no-repeat;
	width: 137px; 
	height: 33px; 
}
a#newsNav:link, a#newsNav:visited  {
	background: url(../img/_localized/fr/nav/newsLink.jpg) 0 0 no-repeat;
	width: 137px; 
	height: 33px; 
}
a#newsNav:hover, a#newsNav:active, a#newsNav:link.newsNavSelected, a#newsNav:visited.newsNavSelected { background-position: -137px 0; }

.knowledgeHolder { 
	background: url(../img/_localized/fr/nav/kCenterLink.jpg) no-repeat;
	width: 234px;
	height: 33px; 
}
a#knowledgeNav:link, a#knowledgeNav:visited  {
	background: url(../img/_localized/fr/nav/kCenterLink.jpg) 0 0 no-repeat; 
	width: 234px;
	height: 33px; 
}
a#knowledgeNav:hover, a#knowledgeNav:active, a#knowledgeNav:link.knowledgeNavSelected, a#knowledgeNav:visited.knowledgeNavSelected { background-position: -234px 0; }


/* pagelets */

#aboutHome h2.pageletHeading {
	background: url(../img/_localized/fr/titles/aboutTitle.gif) no-repeat;
}

#productHome h2.pageletHeading {
	background: url(../img/_localized/fr/titles/featuredProductTitle.gif) no-repeat;
}

#newsHome h2.pageletHeading {
	background: url(../img/_localized/fr/titles/newsTitle.gif) no-repeat;
}

#solutionHome h2.pageletHeading {
	background: url(../img/_localized/fr/titles/featuredSolutionTitle.gif) no-repeat;
}

#stepsHome h2.pageletHeading, #stepsHomeOnly h2.pageletHeading {
	background: url(../img/_localized/fr/titles/nextStepsTitle.gif) no-repeat;
}

#securityMain .pageletHeading {
	background: url(../img/_localized/fr/titles/sServices.gif) no-repeat;
}

#aboutMain .pageletHeading {
	background: url(../img/_localized/fr/titles/aboutTitle.gif) no-repeat;
}

#knowledgeHome .pageletHeading {
	background: url(../img/_localized/fr/titles/knowledgeCenterTitle.gif) no-repeat;
}

.pageTools h2.pageletHeading {
	background: url(../img/_localized/fr/titles/pageTools.gif) no-repeat;
}

