/*
bleu : #5CA8D8
marron foncé : #C7C29C
marron clair : #E3DBB6
marron foncé 2 texte : #939076
*/
#menuContenant{
	margin:0;
	padding:0;
	margin-top:5px;
	width:100%;
	height:35px;
	margin-bottom:10px;
	display:block;
	clear:both;
}

#NewOrder{
	position:relative;
	height: 35px;
}
.lien-menu{
	margin:0;
	padding:0;
	padding-top: 2px;
	margin-left: 5px;
	display: inline;
	font-family: Arial;
	font-size: 12px;
	/*color: #FF00FF;*/
	color: #F9CD35;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height:30px;
	
}
.fond-lien{
	background-image: url(images/menu/fond.png);
	background-repeat: repeat-x;
	background-position: top;
	float:left;
	height:32px;
}
.fond-lien-gauche{
	background-image: url(images/menu/gauche.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:32px;
	width:18px;
	float:left;
}
.fond-lien-droite{
	background-image: url(images/menu/droite.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:32px;
	width:18px;
	float:left;
}
.liste{
	float:right;
	vertical-align: middle;
	height: 30px;
	margin-top: -5px;
	padding-left: 5px;
	padding-right: 5px;

}

.liste-input{
	margin:0;
	padding:0;
	display: inline;
	font-family: Arial;
	font-size: 13px;
	color: #F9CD35;
	background: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 7px;
}


.menu-titre-fin{
	width:1px;
	height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width: 20px;
	list-style-type: none;
}
.menu-titre a{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}
.Invisible{
	display: none;
}
.sous-menu .liste:hover{
	background-image: none;
	background-color: #99CC33;
}
.sous-menu{
	margin-top:-2px;
	position: absolute;
	white-space:nowrap;
	text-align: left;
	color: #000000;
	background-image: url(images/menu/fond-transparent_noir.png);
}
.sous-liste{
	margin:0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	height:17px;
	color: #000000;
	line-height: 17px;
}


.lien-sous-menu{
	margin:0px;
	padding: 0px;
	display: inline;
	font-family: Arial;
	font-size: 12px;
	/*color: #2B658F;*/
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	/*font-style: italic;*/
	padding-left: 7px;
}
.sous-liste:hover{
	background-color: #99CC33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.sous-liste-input{
	margin-left:7px;
	float:left;
	font-family: Verdana;
	font-size: 12px;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
}	
