* { 
	margin: 0; 
	padding: 0; 
}
body { 

} 

a { 
	text-decoration: none; 
}

ul{ 
	list-style: none; 
}


#menu p { 
	margin: 15px 0; 
}


#menu .niveau1-actif {
	background-color: #efe3b9;
	
}

#menu .niveau1-actif a {
	color: #811340;
}

/***********************
	Créer l'ombrage
************************/
#shadow {
	-moz-box-shadow: -3px 3px 7px #000;
	-webkit-box-shadow: -3px 3px 4px #000;
    	box-shadow: -3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=225, Color='#000000');
	/*zoom:1;*/
	-moz-box-shadow: -3px 3px 7px #000;
	-webkit-box-shadow: -3px 3px 4px #000;
    	box-shadow: -3px 3px 4px #000;
 
	
	background-color: #811340; /* Needed for IEs */
	height:27px;
	width:724px;
	border-top: 1px solid #EFE3B9;
	border-left: 1px solid #EFE3B9;
	border-bottom: 1px solid #EFE3B9;
	z-index:100;

}


/******************** 
	LEVEL ONE
*********************/
ul.dropdown li { 
	padding: 3px 10px 3px 10px;
	margin:0px;
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	width:160px;
	text-align:center;
	border-right:1px solid #EFE3B9;
	/*border: 1px solid blue;*/
	height:21px;
}

ul.dropdown li a                    { 
	display: block; padding: 4px 0px 4px 0px;
	color:#F9F3DE; 
}

ul.dropdown li:last-child a { 
	border-right: none; /* Doesn't work in IE */ 
} 

ul.dropdown li.hover, ul.dropdown li:hover {
	background: #EFE3B9; 
	color: #f9f3de;
	position: relative; 
}

ul.dropdown li.hover a {
	color: #811340;
}



/**************************** 
	LEVEL TWO
*****************************/
ul.dropdown ul	{ 
	width:180px !important;
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	margin-top:0px !important;
	padding:0px 0px 0px 0px;
	background-color:#F9F3DE;
}

ul.dropdown ul li 					{ 
	float: none;
	font-weight: normal; 
	width:auto;
	height:auto;
	background-color:#F9F3DE;
	padding:2px 0px 2px 5px;
	margin:0px;
	text-align:left;
	border:none;
}
                                    
ul.dropdown ul li a { 
	border-right: none; 
	display: inline-block;
	padding:0px;
	margin:0px;
} 

