body {background-color: #ffffff}
body {color: #000000}


/* COMMON MENU BAR CSS BEGINS | DEBUT DU CSS DE LA BARRE DE MENU COMMUNE */
div.fp, div.fpml {
	width: 100%;
	color: #FFF;
	background-color: #000; 
	padding: 0;
	float: left;
}
* html div.fp, * html div.fpml {
	float: none;
}
*:first-child+html div.fp, *:first-child+html div.fpml {
	float: none;
}
div.fp {
	min-height: 1.57em;
}
* html div.fp {
	height: 1.4em;
}
div.fpml {
	min-height: 2.82em; 
}
* html div.fpml {
	height: 2.7em;
}
ul.commonbar {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	border: none;
	top: 10px; 
	width: 100%;
}
li.fiptext, li.fiptexta, li.fiptextb, li.fiptextc {
	white-space: nowrap; 
	margin: 0;
	padding: 0;
	border: none;
	float: left; 
	min-height: 1.3em;
	min-width: 9.5em;
	font-size: 10.0pt;
	color: #FFF;
	background-color: #000;
}
li.fiptext {
	width: 16.6%;
}
li.fiptexta {
	width: 16.7%;
}
li.fiptextb {
	width: 16.2%;
}
li.fiptextc {
	width: 16.8%;
}
li.fiptext div, li.fiptexta div, li.fiptextb div, li.fiptextc div {
	margin: 0;
	padding: 2px 0px 2px 3px;
	width: 95%;
}
li.fiptext div, li.fiptextb div, li.fiptextc div {
	border-left: 1px solid #FFF;
}
li.fiptext a, li.fiptexta a, li.fiptextb a, li.fiptextc a {
	color: #FFF;
	background-color: #000;
	text-decoration: none; 
	font-weight: bold; 
	width: 100%;
	padding: 0;
	border: none;
} 
/* COMMON MENU BAR CSS ENDS | FIN DU CSS DE LA BARRE DE MENU COMMUNE */
