/* CSS Document */
#nav, #nav ul {
	float: left;
	list-style: none;
	
	font-weight: bold;
	font-size:11px;
	
	padding: 0;
	left:124px;
	position:absolute;
	margin:0;
	z-index:999;
}

#nav li {
	float: left;
	padding: 0;
	
}

#nav li a.head{
	display:block;
	height:21px;	
}

#nav li a span{
	display:none;
}
#nav li a{
	color:#ffffff;z-index:999;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	list-style:none;
	border:white 0px solid;
	line-height:1.5;
}

#nav li ul li{
	width:100%;
	padding:4px;
	margin:0;
	
}

#nav li ul li a{margin-right:5px;}
#nav li ul li a:hover{
	text-decoration:underline;
}

#nav li ul#gros {
	background:url(Images/fond_ss_bleu.jpg)  repeat  50% 0%;
	width:297px !important;
	width:302px;
}

#nav li ul#img{
	/*background-color:#86C400;*/
	background:url(Images/fond_ss_vert.jpg)  repeat  50% 0%;
	width:147px !important;/*117*/
	width:152px;/*122*/
}
#nav li ul#pte{
	/*background-color:#F3007A;*/
	background:url(Images/fond_ss_rose.jpg)  repeat  50% 0%;
	width:339px !important;/*149*/
	width:344px;/*154*/
}
#nav li ul#tel{
	/*background-color:#C84CEC;*/
	background:url(Images/fond_ss_violet.jpg)  repeat  50% 0%;
	width:157px !important;/*107*/
	width:162px;/*112*/
}
#nav li ul#literie{
	/*background-color:#CC6633;*/
	background:url(Images/fond_ss_bleu_sombre.jpg)  repeat  50% 0%;
	width:167px !important;/*167*/
	width:172px;/*172*/
}
#nav li ul#acc{
	/*background-color:#CC6633;*/
	background:url(Images/fond_ss_marron.jpg)  repeat  50% 0%;
	width:167px !important;/*167*/
	width:172px;/*172*/
}

#nav li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}

/*accueil pas de sous menu*/
#accueil_actuel {background:url(Images/onglet_orange.gif) no-repeat;display:block;height:21px;width:102px;}
#accueil_autre {background:url(Images/onglet_index.gif) no-repeat;display:block;height:21px;width:102px;}
#accueil_autre:hover{background:url(Images/onglet_orange.gif) no-repeat;}

/*gros electroménager*/
#menuactuel1{background:url(Images/onglet_bleu.gif) no-repeat;width:172px;}
#menu1{background:url(Images/onglet_gros.gif) no-repeat;width:172px;}
#menu1:hover{background:url(Images/onglet_bleu.gif) no-repeat;width:172px;}
/*image*/
#menuactuel2{background:url(Images/onglet_vert.gif) no-repeat;width:122px;}
#menu2{background:url(Images/onglet_image.gif) no-repeat;width:122px;}
#menu2:hover{background:url(Images/onglet_vert.gif) no-repeat;width:122px;}
/*petit electromenager*/
#menuactuel3{background:url(Images/onglet_rose.gif) no-repeat;width:154px;}
#menu3{background:url(Images/onglet_petit.gif) no-repeat;width:154px;}
#menu3:hover{background:url(Images/onglet_rose.gif) no-repeat;width:154px;}
/*telephonie*/
#menuactuel4{background:url(Images/onglet_violet.gif) no-repeat;width:112px;}
#menu4{background:url(Images/onglet_tel.gif) no-repeat;width:112px;}
#menu4:hover{background:url(Images/onglet_violet.gif) no-repeat;width:112px;}
/*literie*/
#menuactuel6{background:url(Images/onglet_bleu_sombre.gif) no-repeat;width:92px;}
#menu6{background:url(Images/onglet_literie.gif) no-repeat;width:92px;}
#menu6:hover{background:url(Images/onglet_bleu_sombre.gif) no-repeat;width:92px;}
/*accessoire*/
#menuactuel5{background:url(Images/onglet_marron.gif) no-repeat;width:172px;}
#menu5{background:url(Images/onglet_accessoires.gif) no-repeat;width:172px;}
#menu5:hover{background:url(Images/onglet_marron.gif) no-repeat;width:172px;}
