@charset "utf-8";





.menu
{
	position: absolute;
	width: 260px;
	height: auto;
	top: 237px;
	left: 9px;
}
	
	.menu_header
	{
		position: relative;
		height: 44px;
		width: 254px;
		margin-left: 7px;
		background-image: url('../img/__/M_haut.png');
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.menu_items
	{
		position: relative;
		width: 253px;
		height: auto;
		margin-left: 6px;
		background-image: url('../img/__/Inte_Bleu_Fond.png');
		background-repeat: repeat-y;
		background-position: left;
	}
	
		.menu_items li
		{
			margin:0px;
			margin-left:38px;
			padding:0px;
			width:210px;
			height:31px;
			background-image: url('../img/mnu/mnu_fond2.gif');
			background-repeat: no-repeat;
			background-position: right;
		}
			.menu_items .smenu_items_li
			{
				height: 23px;
			}
			.menu_items .smenu_items_li a
			{
				height: 23px;
				line-height:23px;
			}
		
		.menu_items ul
		{
			margin:0px;
			padding:0px;
			list-style: none;
		}
		
		.menu_items a
		{
			display: block;
			width: 190px;
			height: 31px;
			background: none;
			color: #0066CC;
			line-height:31px;
			font-weight: bold;
			font-size:12px;
			padding-left: 20px;
		}
		
		.menu_items a:hover
		{
			color: #000000;
			text-decoration: underline;
		}
		
		.menu_items .aSmenu
		{
			color: #666666;
			font-weight: normal;
		}
		
	
	.menu_footer
	{
		position: relative;
		width: 253px;
		height: 230px;
		margin-left: 6px;
		background-image: url('../img/__/Inte_Bas_Footer.png');
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.menu_url
	{
		position: absolute;
		left: 6px;
		top: 44px;
		height: 336px;
		width: 36px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	
		.menu_url a 
		{
			display: block;
			width: 36px;
			height: 336px;
		}
	
		.menu_url img
		{
			width: 36px;
			height: 336px;
		}

	.pUnderMenu
	{
		text-align:center;
		font-size: 11px;
		margin: 5px;
	}
