
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/doors_drop_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#hide {
	position:absolute;
	left:-100px;
	top:-100px;
}
/* the styling */
#logoentete {
	float:left;
	padding-top: 10px;
	padding-left:15px;
}
#nav {
	font-size: small;
	font-family: "Trebuchet MS";
	float:right;
	padding-top:30px;
	/*margin-left:180px; */
	width:850px; 
	height:auto;
	/* background:#d1e1ce url("bg.gif") repeat-x bottom; */
}
#nav .select {
	margin:0px 0 0 0; 
	padding:10px 0 0 0; 
	list-style:none; 
	display:block; 
	float:left;
}
#nav .sub {
	margin:0; 
	padding:0; 
	list-style:none;
}
#nav li {
	display:block; 
	float:left;
	margin:0; 
	padding:0; 
	position:relative; 
	z-index:100;
}

#nav .select a {
	display:block; 
	height:28px; 
	float:left; 
	width:130px; 
	background:url("../imagesentete/haut.gif") no-repeat left top ;
	padding:3px 0 5px 0; 
	margin: 3px 5px 0 0;
	border:0px solid #000; 
	text-decoration:none; 
	/*font-weight:bold; */
	text-align:center;
	white-space:nowrap;
	color: #fff;
}
/* calculate the required widths of the top level */
#nav a {
	width:130px;
}

#nav .sub {
	display:none;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0; 
	font-size:1em;
}

#nav .select a:hover b {
	/* color:#000; */
	cursor:pointer;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	/*border-color:#fc3; */
	background:url("../imagesentete/fondpx2.jpg") #de5b9d;
	/*background:#de5b9d; */
	color:#fff;
}


#nav .select a:hover .sub, 
#nav .select li:hover .sub {
	display:block; 
	position:absolute; 
	width:567px; 
	top:30px; 
	background:#000; 
	margin-top:9px; 
	padding:0px 0 0px 0;
}

/*
* html #nav .select a:hover .sub {
	margin-top:0px; 
	margin-t\op:10px;
}
*/

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:inline; 
	background:url("../imagesentete/fondpx.jpg") #cc0066;
	color:#fff;
	border-left:0px solid #ddd; 
	padding:0 15px 0 15px; 
	margin:1px; 
	width:auto;
	/*white-space:nowrap; */
	font-weight:normal; 
	/*font-size:0.9em; */
	height:20px;
	/*line-height:1.9em;*/
}
#nav .select a:hover, 
#nav li:hover a {
	background:url("../imagesentete/bas.gif") no-repeat right top;
	/*border-color:#fc3;*/
}

#nav .select a:hover b, 
#nav .select li:hover a b {
	/*background-position:100% -150px; */
	/*border-color:#000; */
	/*color:#fff;*/
	/*background:url("bas.gif") no-repeat right top;*/
}


#nav .three .sub {
	left:-80px; 
	/*margin-left:-18px;*/
}

#nav .four .sub {
	left:-100px; 
	/*margin-left:-27px;*/
}

