/* Jazotel - Front-Office V1.00 20070507 ADH - (c) EspaceDynamique */
#MenuCont {
	width: 973px;
	height: 30px;
	padding: 0 15px 0 0;
	position: relative;
	background-image: url("../Img/tMenuH1Bg.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: inherit;
	border-Top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
a.MenuH1, a.MenuH1:link, a.MenuH1:visited {
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 0 0 8px;
	background-image: url("../Img/MenuH1Bullet.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
}
a.MenuH1:hover {color: #F00000;	background-color: inherit;}
span.MenuH1 {
	display: block;
	height: 19px;
	border-bottom: 6px solid #BBBBBB;
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 0 0 8px;
	background-image: url("../Img/MenuH1BulletAct.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF6600;
	background-color: inherit;
}
