/*	Bloc ModuleCentralHeader	*/
div#ModuleCentralHeader {
	background		: url(../images/BlocHeaderGeneral.png);
	width			: 800px;
	height			: 30px;
	position		: relative;
	top				: 10px;
	border-width	: 0px;
	border-style	: solid;
	border-color	: #000000;
}

.ModuleCentralHeaderTexte {
	font-size	: 11px;
	font-weight	: normal;
	color		: #2B5580;
}

.ModuleCentralHeaderTexte a {
	color			: #2B5580;
	text-decoration	: underline;
}

.ModuleCentralHeaderTexte a:hover {
	text-decoration	: underline;
}