@charset "utf-8";
/* CSS Document */
/* main menu */
a:link{
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
a:hover{
	font-weight: bolder;
	color: #F90;
	text-decoration: overline;
}
a:visited{
	font-weight: bolder;
	color: #F90;
	text-decoration: none;
}
#nav {
	width: 980px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*	font-weight: bold; */
	list-style: none;
	line-height: 25px;
	z-index: 400;
	float: left;
	position: relative;
	display: block;
	margin-top: 7px;
	margin-left: 3px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: left;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a:active {
	color: #F60;
}
#nav a {
	display: block;
	line-height: 16pt;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin: 0px;
	font-style: normal;
}
#nav a:hover {
	background-color: #3C0;
	color: #000;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0;
	border-top-color: #3C0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 400;
}

#nav li ul a{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	width: 130px;
	letter-spacing: 1px;
	padding-right: 1px;
	padding-left: 2px;
	color: #d5d5d5;
	z-index: 400;
	background-color: #0D77C1;
}

#nav li ul a:hover{
	color: #000;
	background-color: #3C0;
	z-index: 400;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.boitesLiens {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	line-height: normal;
	float: left;
	width: 100%;
	position: relative;
	background-color: #FFF;
	height: auto;
	margin-bottom: 8px;
	clear: left;
}
a.boitesLiens {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	font-style: normal;
	color: #F60;
	text-decoration: none;
}
a.boitesLiens:hover {
	font-size: 11px;
	font-style: normal;
	color: #F60;
	font-weight: normal;
	text-decoration: underline;
}

.menu-2-L {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
a.menu-2-L {
	text-decoration: none;
	
}
a.menu-2-L:hover {
	color: #F60;
	text-decoration: underline;
	
}

.pied {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #444;
	text-decoration: none;
	position: relative;
	width: 100%;
}
a.pied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999;
	text-decoration: none;	
}
a.pied:hover{
	color: #FFF;
	text-decoration: underline overline;
	font-style: normal;
	
}
a.liens-bas {
	font-style: normal;
	color: #F60;
	text-decoration: none;
}
a.liens-bas:hover {
	font-size: 11px;
	font-style: normal;
	color: #F60;
	font-weight: normal;
	text-decoration: underline;
}
.lien-D {
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
a.lien-D {
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a.lien-D:hover{
	color: #6C3;
	text-decoration: underline overline;
	font-style: normal;
}
a.lien-D:visited{
	color: #F60;
	font-style: normal;
}
