	
	.menucontextuel
	{
		position: absolute;
		display: none;
		border: 1px solid #ccc;
		background-color: #EEEEEE;
		width: 300px;
		_width: 200px;
		font-size: 10px;
	}
	
	.menucontextuel ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	.menucontextuel li
	{
		height: 2em;
		line-height: 2em;
		padding-left: 0px;
		padding-right: 0px;
		cursor:pointer;
		font-size: 10px;
	}
	
	.menucontextuel a
	{
		text-decoration: none;
		display: block;
		color: black;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		font-size: 11;
		font-weight: bold; 
		
	}
	
	.menucontextuel a:hover
	{
		background-color: #999;
		color: #fff;
		width: 290px;
		_width:;
	}
	
	
	.box
	{
		width: 400px;
		height: 350px;
		background: #eee none;
		border: 1px solid #ddd;
		font-size: 10px;
	}