/* Styles des menus déroulants */
.menuD{
	z-index:1000;
	position:absolute;
	left:100px;
	top:178px;
}

.menuD .barre{
	float:left;
	padding:0px;
	height:22px;
}

.menuD .rubrique{
	float:left;
/*
	min-width:170px;
*/
	height:20px;
	margin-right:10px;
	padding:0px;
	list-style:none;
	font-size:12px;
	color:#fff;
	cursor:hand;
}


*html .menuD .rubrique{ //pour IE6
	float:left;
	width:170px;
	height:20px;
	margin-right:10px;
	padding:0px;
	list-style:none;
	font-size:12px;
	color:#fff;
	cursor:hand;
}

.menuD .lien_rubrique{

	margin-right:10px;
	height:21px;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
}

.menuD .liste{
	display:none;
	width:170px;
	position:absolute;
	text-align:left;
	margin:0px;
	padding:0px;
	cursor:hand;
}

.menuD .item{
	width:170px;
	text-align:left;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:#e237b7;
	list-style:none;
	border-bottom:1px solid #f39dcf;
	border-left:1px solid #e237b7;
	border-right:1px solid #e237b7;
	
}

.menuD .item-bas{
	width:172px;
	text-align:left;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image:url('images/bas.gif');
	background-repeat:no-repeat;
	list-style:none
}


.menuD .item a{
	width:155px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	margin-left:10px;
	margin-right:5px;
	color:#fff;
}

.menuD .item a:hover{
	background-color:#751e60;
/*
	font-weight:bold;
*/
	color:#fff;
}

