/*--------------------- CONCERNE LE MENU DU HAUT -----------------*/

/* dimensionne et positionne le menu */
#topMenu{
	width:976px;
	height:14px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
#topMenu *{
	font-family:Arial;
	font-size:8pt;
}

/* gere les liens, base meme de ce menu */
#topMenu a{
	display:block;
	border:0px;
	color:#1d3c75;
	font-weight:bold;
	text-decoration:none;
}

#topMenu a:hover{
	color:#d0010e;
}

#topMenu ul{
	list-style:none;
	width:755px;
	float:right;
}

#topMenu ul li{
	list-style:none;
	float:left;

	padding-left:15px;
	padding-right:15px;

	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#1d3c75;
}

#topMenu ul li img{
	margin-right:7px;
	border:0px;
}

#topMenu .selected *{
	color:#d0010e;
}
img#raccord_nav {
	float:left;
}

