body
{
margin:0;
padding:0;
}


#menu
{
position:absolute;
float:left;
width:200px;
height:361px;
background-image:url(img/bgndTips.gif);
background-repeat:no-repeat;
overflow:hidden;
}

	#menu #bouton_Haut
	{
	position:relative;
	float:left;
	width:200px;
	height:24px;
	margin-top:33px;
	margin-left:0px;
	}
	
	#menu #s1
	{
	position:relative;
	float:left;
	width:200px;
	height:278px;
	-height:278px; 
	!height:274px;
	_height:274px;
	overflow:hidden;
	}
		#menu ul
		{
		margin:0;
		padding:10px; /* liens padding de la liste */ 
		}
			#menu ul li
			{
			list-style-type:none;
			margin-left:20px;	 /*  espacement de gauche des liens */ 	
			}
			
			#menu ul li a /* liens normal */ 
			{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#000000;
			font-weight:bold;
			text-decoration:none;		
			}
			
				#menu ul li a:hover /* liens surlignés */ 
				{
				text-decoration:underline;
				color:#FF0000;	
				}


	#menu #bouton_Bas
	{
	position:relative;
	float:left;
	width:200px;
	height:27px;
	margin-top:0px;
	margin-left:0px;
	}
	
	