
/* Feuille de style - menu Camping - janvier 2006 */



#menu li, #menu li a
	{
	text-align: left; 
	background: #AFB4D1;
	list-style-type:square;	
	list-style-position:inside ;
	margin-left :0;
	border-style:solid;
	border-color:#2E5272 ; 
	color: White;
	font-weight: bold;
	font-size : 12;	
	width:100;	
	height:18;
	text-decoration:none;
	border:2;
	}

#menu li a:active
	{
	background:#2E5272;
	text-decoration:none;     
	}
   
#menu li a:hover
	{
	background:darkred;
	text-decoration:none; 
	font-weight:bold;  
	}	
		
#menu dt
	{
	cursor:hand ;
	background:#2E5272;	
	text-align: center;
	font-weight: bold;
	font-size : 12;	
	text-decoration:none;
	color: White;
	border-style:solid;
	border:1px;
	margin :2;
	padding:1 ;
	width:125;	
	height:25;	
	}

#menu dt a
	{
	cursor:hand ;
	background:#2E5272;	
	text-align: center;
	font-weight: bold;
	font-size : 12;	
	text-decoration:none;
	color: White;
	border-style:solid;
	border:1px;
	margin :1;
	padding:1 ;
	width:120;	
	height:18;	
	}

#menu dt a:active
	{
	background:#2E5272;
	text-decoration:none;     
	}
   
#menu dt a:hover
	{
	background:darkred;
	text-decoration:none; 
	font-weight:bold;  
	}	
	
	
#menu dd 
{
	display: none; 
	border: 0; 
	margin: 0px;
	list-style-position:inside ;
}





	
