
/* menu styles */
#jsddm
{	margin: 0;
	padding: 4px 0 0 50px;
	position:relative;
	z-index:99;}

	#jsddm li
	{	float: left;
		list-style: none;
		/* font: 17px Times New Roman; */
		font: 20px Times New Roman;
		}

	#jsddm li a
	{	display: block;
		/* background: #324143; */
		/* padding: 5px 12px; */
		padding:8px 15px;
		text-decoration: none;
		border-right: 0px solid white;
		width: auto;
		color: #EAFFED;
		white-space: nowrap;
		font-size:18px;}

	#jsddm li a:hover
	{	/* background: #24313C */
		color:#ffed00;}
	
    /* On cache le sous-menu "Réponse à la critique" */	
	#jsddm li:nth-child(1) ul li:nth-child(6){ display:none; }
	
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 0px solid white;
			margin-top:5px;}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #990012;
				color: #eeecec;
				font-size:14px;}
			
			#jsddm li ul li a:hover
			{	background: #7a000e;
				color:#ffed00;}
