@charset "utf-8";
/* CSS Document */
.site-menu {
	background-color:#f5821f;
	background:url(../images/fd_n1_out.gif) repeat-x top right;
	/* width:100%; */
	text-align: center ;
	font-size: 12px;
	/* text-shadow:4px,4px,4px,blue ;  */
	/* filter:DropShadow(color=#C0C0C0, offx=3, offy=3); */
	/* text-shadow: 2em; */
	clear:both;
	height:28px;
}

/* =========================== */
/* ===== PREMIER NIVEAU ==== */
/* =========================== */
.site-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
	/*overflow:hidden;*/
}
.site-menu ul li {
    float: left;
    margin: 0;
    padding: 0;
	list-style: none;

}
.site-menu li a {
	/*float:left;*/
	display: block ;
	font-weight: bold;
	color: #fff ;
 	text-align: left ;
	text-decoration: none ;
	height:14px;
	padding-bottom:7px;
	padding-left:13px;
	padding-right:14px;
	padding-top:7px;
	/* width:100%; font-size:64pt; color:blue; filter:DropShadow(color=#C0C0C0, offx=3, offy=3); */
	/* filter:DropShadow(color=#C0C0C0, offx=3, offy=3); */
	/* filter:Shadow(color=#000000, direction=45); */
	/* text-shadow:4px,4px,4px,blue ; */
	/* text-shadow:1.em, 1.5em ; */
	/* letter-spacing: 0.05em; */
	/*text-transform:uppercase;*/
}
.site-menu li.active a {
	color:#ffffff;
	background:url(../images/fd_n1_over.gif) repeat-x top right;
}

.site-menu ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.site-menu ul li:hover > ul, 
.site-menu ul li a:focus + ul {
    clear: both;
	display: block;
	float:left;
	list-style: none;
}
.site-menu ul li.sfhover ul {
    clear: both;
	display: block;
	float:none;
	list-style: none;
}
.site-menu .first-level li a {
 	background:url(../images/fd_n1_out.gif) repeat-x top right;
	background-color:#e96b10;
	/* width:100%; font-size:64pt; color:blue; filter:DropShadow(color=#C0C0C0, offx=3, offy=3) */
	
}
.site-menu .first-level li.active a {
 	background:url(../images/fd_n1_over.gif) repeat-x top right;
	background-color:#e96b10;
	color:#ffffff;
}
.site-menu .first-level li a:hover {
 	background:url(../images/fd_n1_over.gif) repeat-x top right;
	background-color:#e96b10;
	color:#ffffff;
}




/* =========================== */
/* ===== SECOND NIVEAU ==== */
/* =========================== */

.site-menu .first-level ul {
    /*clear:both;*/
	/*float:none;*/
	position: absolute;
	/*top: 172px;*/
    z-index: 10;
    display: none; /* pour cacher les éléments du second niveau */
    width: 15em; /* pour la largeur du second niveau */
	background-color:#ffffff;
	background:url(../images/bgmenuderoul.gif) repeat-x top right;
	border-right:2px solid #004685;
	border-bottom:2px solid #004685;
	border-left:1px solid #97cef4;
	text-align:left;	
	list-style: none;
}
.site-menu .first-level li ul li {
    float: none;
	padding:1px;	
	list-style: none;
}
.site-menu .first-level li ul li a {
	background:transparent; 
	display: block;
	float: none;
	color:#ffffff;
	border-bottom:1px solid #97cef4;
	text-transform:none;
	height:10px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:2px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:1px;
	padding-top:4px;	
	font-size: 11px;	
	list-style: none;
	letter-spacing: 0em;
}
.site-menu .first-level li.active ul li a,
.site-menu .first-level li ul li a {
	background:transparent; 
	color:#004685;
	list-style: none;
}
.site-menu .first-level li.active ul li a:hover,
.site-menu .first-level li ul li a:hover  {
	background:transparent; 
	color:#e96b10;
	list-style: none;
}
.site-menu .first-level li.active ul li.active a,
.site-menu .first-level ul li.active a {
	color:#e96b10;
	list-style: none;
}
