/* CSS Document */
#nav {
	float:left;
	/*position:relative;*/
	/*background-color:#234B8D;*/
	height:16px;
	width:610px;
	margin-left:0px;
	padding:0px 0px 0px 0px;
	list-style: none; 
	line-height: 1;
	
	position:absolute;
	left:134px;
}
#nav dl {
	padding: 0;
	margin: 0;
	list-style: none; 
	/*line-height: 1;*/
	
	float: left;
	width: 132px;
}
#nav dl.grand {
	width: 214px;
}
#nav dl dt {
	/*float: left;*/
	width:132px;
	height: 16px;
	/*margin-right:0px;*/
	color:#fff;
	
	padding-top:3px;
	background-color:#234B8D;
}
#nav dl.grand dt {
	width:214px;
}
#nav dl dt a {
	color:#fff;
	display: block;
	width: 115px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/fondli.jpg);
	padding-bottom:1px;
	padding-top:1px;/* pour ie **Prévoir conditionnal comment** */
	background-repeat:repeat-x;
}
#nav dl.grand dt a {
	width:197px;
}
#nav dl dt span {
	margin-top:-1px;
	color:#FF0000;
	float:right;
}
#nav dl dd {
	display:none;
}

#nav dl dd ul {
	/*position: absolute;*/
	position:relative;
	/*left: -999em;*/
	
	list-style-type: none;
	width:132px;
	background-color:#234B8D;
}
#nav dl.grand dd ul {
	width:214px;
}
#nav dl dd ul li {
	/*background-color:#234B8D;*/
	/*width:170px;*/
	/*height:25px;*/
	/*height:auto;*/
	/*line-height:16px;*/
}
#nav dl dd ul li a {
	padding:4px 0px 4px 5px;
	width:auto;
	text-align:left;
	border-bottom:3px solid #FFFFFF;
	
	color:#fff;
	display: block;
	text-decoration:none;
	font-weight:bold;
	background-color:#234B8D;
	height:16px;
}
#nav dl dd ul li a.double {
	height:26px;
}
#nav dl dd ul li a.triple {
	height:36px;
}
#nav dl dd ul li a:hover,
#nav dl dd ul li a:focus
{
	border-bottom:3px solid #07B465;
}
/*#nav dl dt:hover span {
	color:#fff;
}*/
