
#menu_fixed{
	position: relative;
	/*background-color: fuchsia;*/
	height: 30px;
	z-index: 10;
	left: 0px;
	top: 0px;
	/*display: inline;float: right;*/
	margin: 0;
	float: none;
}
#menu_porte{
	position: relative;
	/*background-color: teal;*/
	height: 22px;
	padding: 5px 0 0 0; /*4px;*/
	/*bottom: 10px;*/
	width: inherit;
}
.navigation {
	white-space: nowrap; /*IE hack*/
	/*background-image: url(../graph/menu/bouton_tissus_beige.png);*/
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	float: none;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
/*rgb(175,175,175); border-right:solid 1px rgb(175,175,175); 	bottom: 3.3em;*/
.navigation ul li {
	float: left;
	z-index: auto !important; /*Non-IE6*/
	z-index: 10; /*IE6*/
	width: 120px;
	margin: 0px 0px 0px 0px;
	color: #000;
	/*background: #fff;
	border: thin;*/
	padding: 0 0 5px 0;
	list-style: none;
	cursor: pointer;
	padding: 0 0 5px 0;
}
/*.navigation ul li.home {
	width: 70px;
}*/

.navigation ul li a {
	float: none !important; /*Non-IE6*/
	float: left; /*IE-6*/
	display: block;
	color: #000 ;
	font: 16px 'Delicious-Roman';
	text-align: left;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	z-index: 11;
	}
.navigation ul li ul {
	display: none;
	border: none;
	bottom: 0.2em;
	z-index: auto !important; /*Non-IE6*/
	z-index: 25; /*IE6*/
}
.navigation ul li:hover ul li a {
	white-space: nowrap;
	display: block;
	color: #000000;
	margin: 0 0 0 10px;
	text-transform: none;
	font: 15px 'Delicious-Roman';
	line-height: 22px;
}
.navigation ul li ul li a {
	line-height: 22px;
}
.navigation ul li:hover ul li {
	background: #cb2b39;
	width: 150px;
	float: none;
	padding: 0;
	margin: 0;
	/*line-height: 50px;*/
}
/*.navigation ul li ul li a {
	line-height: 50px;
}*/
.navigation ul li:hover ul li.sMenuMarge {
	height: 5px;
	line-height: 22px;
}

/*Non-IE6 hovering*/
.navigation ul li:hover {
	font: 16px 'Delicious-Heavy';
	position: relative;
	color: #cb2b39;
	padding: 0 0 5px 0;
}
 /*background-color:rgb(210,210,210); .menubas0surv, MARCHE PAS == conflit => Définir toutes les classes !!!*/
.navigation ul li a:hover, .navigation ul li a.menuNow1 {
	margin: 0px;
	font: 16px 'Delicious-Bold';
	color: #cb2b39;
	padding: 0 0 5px 0;
		} /*Color main cells hovering mode*/
 /* margin-top:0.1em;  top:3.0em; margin-top:0.1em;*/
.navigation ul li:hover ul {
	display: block;
	position: absolute;
	z-index: auto !important; /*Non-IE6*/
	z-index: 999; /*IE6*/
	left: -10px;
	top: 22px;
	background: #cb2b39;
	margin: 0 0 0 0;
	border: 0;
	/*background-color: aqua;*/
}
 
.navigation ul li ul li a, .navigation ul li ul li a {
	text-decoration: none;
	font: 15px 'Delicious-Heavy';
	margin: 0 0 0 10px;
}
.navigation ul li:hover ul li a:hover, .navigation ul li:hover ul li a.menuNow2 {
	color: white;
}

/*IE6 hovering*/
.navigation table {
	position:absolute;
	left: -10px;
	top: 22px;
	/*bottom: 28px;*/
	/*height: 36px;*/
	margin: 0 0 0 0;
	border-collapse:collapse;
	}
/* background-color:rgb(210,210,210);*/
.navigation ul li a:hover {
	position: relative; /*IE hack*/
	z-index: 10; /*IE hack*/
	text-decoration: none;
}
/* top:3.1em;*/
.navigation ul li a:hover ul {
display:block;
position:absolute;
z-index: 25;
left:0;
}
/* border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237);*/
.navigation ul li a:hover ul li a {
	white-space: nowrap;
	display: block;
	margin: 0px;
	background: #cb2b39;
}
/*background-color:rgb(210,210,210);*/
.navigation ul li a:hover ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	border: 0px;
	margin: 0px;
	background: #cb2b39;
} /*Color subcells hovering mode*/

@media print {
.navigation {
	float: left;
	width: 650px;
	color: #000 ;
	font: 16px 'Delicious-Roman';
	text-align: center;
	white-space: nowrap;
}
}
 /*fin ajouts ie*/