/* =============================== MENU CSS =============================== */

#placement_menu {
	right: 10px;
	top: 123px;
	position: absolute;
	width: 555px;
	z-index: 100;
}

/* Ensemble menus et sous-menus */
#menuPrincipal {
	position: relative;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 555px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}

#menuPrincipal dl {
	float: left;
	border-left-style: none;
	border-right-color: white;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	width: 110px;
	margin: 0px;
	padding: 0px;
	clear: none; /* Pour un affichage vertical : "left". Pour un affichage horizontal : "none". */
	position: relative;
}

#menuPrincipal dt {
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-size: 11px;
	cursor: pointer;
	height: 18px;
	line-height: 16px; /* Nécessaire pour bien afficher la hauteur des hovers */
}

#menuPrincipal dt a {
	line-height: 16px;
	color: white;
	text-decoration: none;
	display: block; /* Corrige un bug IE pour afficher un hover complet et non limité au texte du lien */ 
	height: 27px; /* Corrige un bug IE pour afficher un hover complet et non limité au texte du lien */
}

#menuPrincipal dt a:hover {
	color: #d8d8d8;
}

#menuPrincipal dd {
	padding: 0px;
	margin: 0px;
}

#menuPrincipal ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

/* Menus de premier niveau */
/* Menus de second niveau */
#menuPrincipal li {
	border-bottom-color: #46626d;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin: 0px;
	background-color: #46626d;
	padding: 0px;
	line-height: 16px; /* Nécessaire pour bien afficher la hauteur des hovers */
	height: 16px;
	text-align: center;
}

#menuPrincipal li a {
	height: 16px;
	line-height: 16px;
	color: white;
	text-decoration: none;
	display: block;
}

#menuPrincipal li a:hover {
	color: #d8d8d8;
}