#body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container{
	background-color: #3f4042;
	width: 100%;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#menu {
	font-family: Arial;
	font-size: 12px;
	width: 990px;
	height: 26px;
	padding-bottom: 0px;
	/*margin-bottom: 100px;*/
	background-color: #3f4042;
	z-index: 999;
	position: relative;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height: 26px;
	display: block;
	/*font-weight: bold;*/
	text-align: center;
	float: left;
	
}

#menu ul li {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 27px 0px 27px;
	position: relative;
	line-height: 26px;
	height: 26px;
	color : white;
	text-align: center;
	border-right:  1px dotted white;
}
#menu ul li.first{
	border-left:  1px dotted white;
}

#menu ul li:hover {
	background-color: #891522;
}

/*Les sous-Menus*/
#menu ul li ul {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background-color: #891522;
	height: auto;
	width: 167px;
	z-index: 9999;
	font-weight: normal;
	display: none;
	
}

#menu ul li ul.employe{
	width: 268px;
}
#menu ul li ul.temporaire{
	width: 200px;
}

#menu ul li ul.employe li{
	line-height: 18px;
	height: 18px;
	padding: 0px 6px 0px 6px;
	white-space: nowrap;
	text-align: left;
	display: block;
	width: 256px;
	color: white;
}
#menu ul li ul.employe li.decal {
	padding: 0px 6px 0px 24px;
	width: 238px;
}

#menu ul li ul.temporaire li{
	line-height: 18px;
	height: 18px;
	padding: 0px 6px 0px 6px;
	white-space: nowrap;
	text-align: left;
	display: block;
	width: 188px;
	color: white;
}
#menu ul li ul.temporaire li.decal {
	padding: 0px 6px 0px 24px;
	width: 188px;
}

#menu ul li ul.chercheur{
	width: 187px;
}

#menu ul li ul.chercheur li{
	line-height: 18px;
	height: 18px;
	padding: 0px 6px 0px 6px;
	white-space: nowrap;
	text-align: left;
	display: block;
	width: 175px;
	color: white;
}

#menu ul li ul li {
	line-height: 18px;
	padding: 0px 6px 0px 6px;
	white-space: nowrap;
	text-align: left;
	display: block;
	width: 155px;
	color: white;
	border-right:  none;
	height:18px;
}

.sub_menu {
	background: url('/img/arrow_sub.png') right no-repeat;
}

.sub_menu:hover {
	background: url('/img/arrow_sub2.png') right no-repeat;
}
#menu ul li ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*Sous Sous menu*/
#menu ul li ul li ul {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 167px;
	background-color: #891522;
	height: auto;
	width: 315px;
	z-index: 1000000;
	font-weight: normal;
	display: none;
}

#menu ul li ul li ul li {
	line-height: 18px;
	height: 18px;
	padding: 0px 6px 0px 6px;
	white-space: nowrap;
	text-align: left;
	display: none;
	width: 303px;
	color: white;
}

#menu ul li ul li:hover {
	background-color: #bc001a;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li:hover ul li {
	display: block;
}

#menu a:link {text-decoration: none; color: #ffffff; }
#menu a:visited {text-decoration: none; color: #ffffff; }
#menu a:active {text-decoration: none; color: #ffffff; }
#menu a:hover {text-decoration: none; color: white; }
#menu ul li ul li:hover a:hover {text-decoration: none; color: white; }

