
/*---------------------------------------------------------------------
				header
----------------------------------------------------------------------*/
#votreCompte {
	cursor:pointer;
	height:25px;
	position:absolute;
	right:150px;
	top:0;
	width:160px;
	overflow:hidden;
}

#votreCompte a {
	display:block;
	height:100%;
	width:100%;
	color:#fff;
	cursor:pointer;
	text-indent:-200px;
}

#logo {
	cursor:pointer;
	height:140px;
	left:50px;
	overflow:hidden;
	position:absolute;
	top:30px;
	width:230px;
}

#logo a {
	display:block;
	height:100%;
	width:100%;
	color:#fff;
	cursor:pointer;
	text-indent:-200px;
}

#header #nouveaute {
	background-image:url(../../../../images/panneauNouveaute.png)!important;
	background-repeat:no-repeat;
	background-image:none;
	width:106px;
	height:86px;
	position:absolute;
	/*top:108px;
					right:150px;	*/
					left:380px;
	top:150px;
}

#header #nouveaute a img {
	display:block;
	width:100%;
	height:100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/panneauNouveaute.png');
}

#header #nouveaute[id] {
	background-image:url(../../../../images/panneauNouveaute.png)
}

#header #promotion {
	background-image:url(../../../../images/panneauSolde.png)!important;
	background-repeat:no-repeat;
	background-image:none;
	width:96px;
	height:86px;
	position:absolute;
	/*right:260px;
					top:96px;*/
					left:280px;
	top:150px;
}

#header #promotion[id] {
	background-image:url(../../../../images/panneauSolde.png)
}

#header #promotion a img {
	display:block;
	width:100%;
	height:100%;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/panneauSolde.png');			/**/
}

/*---------------------------------------------------------------------
				menu secondaire
----------------------------------------------------------------------*/
#header #menuSecondaire {
	position:absolute;
	top:-3px;
	left:0px;
	width:700px;
	height:25px
}

#header #menuSecondaire a {
	color: #026b1a;
	text-decoration:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:13px;
	padding-right:10px
}

#header #menuSecondaire a:hover {
	color:#fff;
}

#header #menuSecondaire a#accueil {
	background-image:url(../../../../images/picto_accueil.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	padding-bottom:2px;
	padding-top:0px;
}

/*---------------------------------------------------------------------
				menu premier niveau
----------------------------------------------------------------------*/
#header #menu {
	position:relative;
	left:0px;
	top:0px;
	width:998px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#header #menu ul#niveau1 {
	height:36px;
	background-image:url(../../../../images/fd_Menu.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	overflow:hidden;
	position:relative;
	width:1014px;
}

#header #menu ul#niveau1 li {
	float:left;
	position:relative;
	list-style-type:none;
	width:98px;
	height:36px;
	overflow:hidden;
	margin-right:2px;
	text-align:center;	/*cursor:pointer;*//**/
}

#header #menu[id] ul#niveau1 li span.menu{
	background-image:url(../../../../images/fd_onglet.png)!important;
}

#header #menu ul#niveau1 li object {
	cursor:pointer;
}

#header #menu ul#niveau1 li.last  {
	margin-right:0px;
}

#header #menu ul#niveau1 li.selected  span.menu{
	background-image:url(../../../../images/fd_ongletSelected.png)!important;
	background-repeat:no-repeat;
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/fd_ongletSelected.png');			/**/
}

#header #menu[id] ul#niveau1 li.selected  span.menu{
	background-image:url(../../../../images/fd_ongletSelected.png)!important;
}

#header #menu ul#niveau1 li span.menu {
	display:block;
	float:left;
	width:98px;
	position:absolute;
	left:0px;
	top:0px;
	height:36px;
	background-image:url(../../../../images/fd_onglet.png)!important;
	background-repeat:no-repeat;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/fd_onglet.png');
}

#header #menu ul#niveau1 li.selected span.menu {
	display:block;
	width:98px;
	margin-left:2px;
	margin-right:6px;
	position:absolute;
	left:0px;
	top:0px;
}
#header #menu ul#niveau1 li.selected a {
	top:5px; height:33px;
}
#header #menu ul#niveau1 li a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:90px;
	height:34px;
	font-size:13px;
	line-height:12px;
	padding-left:3px;
	padding-right:3px;
	position:absolute;
	z-index:20;
	left:0px;
	top:2px;
	margin-left:2px;
	margin-right:6px;
	cursor:pointer;
}

#header #menu ul#niveau1 ul {
	position:absolute;
	width:100%;
	height:28px;
	background-color:#dcf08a;
}

/*---------------------------------------------------------------------
				menu 2 niveau
----------------------------------------------------------------------*/					
			
#header #menu ul#niveau2 {
	/*height:23px;*/
					position:relative;
	background-color:#dcf08a;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:6px;
	width:988px;
}

#header #menu ul#niveau2 li {
	display:inline;
	position:relative;
	list-style-type:none;
	margin-right:10px;
	font-size:9px;
	color:#000;
}

#header #menu ul#niveau2 li a {
	color: #026b1a;
	text-decoration:none;
	font-size:11px;
}

#header #menu ul#niveau2 li.selected a {
	font-weight:bolder
}

