/* CSS entete */

#entete {
	width: 100%;
	margin-bottom: 25px;
}

.sommaire {
	width: 1024px;
	border-top-width: 6px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #CCC;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

#entete .sommaire .BlocLogo {
	float: left;
	width: 375px;
	height: 34px;
	margin-right: 10px;
	margin-top: 40px;
}

#entete .sommaire .BlocLogo span {
	display: none;
}

#entete .sommaire .BlocMenu {
	float: left;
	width: 450px;
	height: 34px;
	margin-top: 54px;
}

#entete .sommaire .BlocMenu ul {
	display: inline;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#entete .sommaire .BlocMenu ul li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	float: left;
	text-align: center;
}

#entete .sommaire .BlocMenu ul li a {
	margin: 0px;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	text-transform: lowercase;
	font-weight: bold;
}

#entete .sommaire .BlocMenu ul li a:hover,
#entete .sommaire .BlocMenu ul li a.active {
	padding-top: 6px;
	color: #000000;
	background-image: url(../gfx/picto_menu_noir.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#entete .sommaire .BlocFluxRSS {
	float: right;
	width: 160px;
	margin-top: 55px;
}

#entete .sommaire .BlocFluxRSS span {
	float: left;
	width: 130px;
	margin-top: 2px;
}

#entete .sommaire .BlocFluxRSS a {
	float: right;
	width: 30px;
	font-size: 10px;
	text-align: right;
	background-image: url(../gfx/btn_rss_on_off.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 16px;
}

#entete .sommaire .BlocFluxRSS a:hover {
	background-image: url(../gfx/btn_rss_on_off.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#entete .sommaire .BlocFluxRSS a span {
	display: none;
}
