#nav, #nav ul {
	list-style: none;
	margin: 0px;
	width: 65px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#nav a {
	display: block;
	width: 65px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li {
	/*float: left;*/
	width: 65px;
	background-color: transparent;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul {
	position: absolute;
	left: -50em;
	border: 1px solid #88a1b1;
	padding-left: 2px;
	padding-right: 2px;
	/*height: 15px;*/
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #95abb8;
	background-color: #507183;
	
}

#nav li:hover ul {
	left: auto;
	height: 0px;
	width: 65px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #507183;
	position: relative;
	left: -20px; 

}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 65px;
	height: 15px;
}

.hover2 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #95abb8;
	background-color: #507183;
	line-height: 15px;
}
.trait-bleu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #88a1b1;
}
a.hover2:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #304e60;
	width: 100%;
}


