	
	.menucontextuel
	{
		position: absolute;
		/*display: none;*/
		border: 1px solid #ccc;
		background-color: #404040;
		width: 210px;
		font-size: 0.9em;
		padding-top: 0px;
		padding-bottom: 0px;
		
		border-radius: 10px;
	}
	
	.menucontextuel ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		
	}
	
	.cmenutable
	{
		width:100%;
	}
	
	.cmenufont
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF !important;
	}
	
	.cmenuline
	{
		/*border-bottom:1px solid red;*/
	}
	
	.menucontextuel li
	{
		text-decoration: none;
		height: 1em;
		line-height: 15px;
		height:20px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		cursor:pointer;
		
		overflow: hidden; 
	    -o-text-overflow: ellipsis; 
	    text-overflow: ellipsis; 
	    white-space:nowrap;
	}
	
	.menucontextuel a
	{
		text-decoration: none;
		display: block;
		color: #FFFFFF !important;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 200px;
		_width: 100%;
		border-radius: 10px;
		white-space:nowrap;
	}
	
	.cmenuhr
	{
		height:15px !important;
	}
	
	.menucontextuel a:hover
	{
		text-decoration: none;
		background-color: #999;
		color: #fff;
	}
	
	
	.box
	{
		width: 350px;
		height: 350px;
		background: #eee none;
		border: 1px solid #ddd;
		font-size: 0.9em;
		padding-top: 0px;
		padding-bottom: 0px;
	}
